File

Posts filed under File

How to Attach Database File with Window Application Project

Filed in ASP.NET, Desktop AppTags: , , , , ,

Attaching Database file inside your ASP.NET Window Application Project is not necessary but sometimes it is very useful for us. There are two ways to use database with your project. The first one is create a database in SQL server and write code in your front end to make a connection and the other one [...]

How to Upload a File in C#.NET

Filed in ASP.NET, Web AppTags: , , , , , , , , , ,

In this article I will tell you to Upload a File in C#.NET Web Application. File Uploading is must in various Web Applications. Also some time the developer need to save the Uploaded File in a Folder inside the Project so that the file can be accessible anywhere. So I will also tell you to store the [...]