Wednesday, May 27, 2009
How to download a file from server using asp.net C#
Downloading a file from server is a common task for most of the applications. Such as client wants to offer free download, free newletter etc. And i am sure that when you read this post you will get another articles with source code download facility. Am i right? Which means its our common task. Here i will try to show you how we can write the code to download a server file into our client or
Tuesday, May 26, 2009
How to bind a XML file to a GridView using Asp.net C#
Recently one of the most popular data source is XML. For simplicity developer wants to make an XML file since its easy to use in the Asp.net built in data controls like GridView. In this post i will try to show you how one can bind easily XML file as a data source of GridView control. In the later section i will discuss how to bind XML file to a GridView control in run time.Focus Area:1. Bind XML
Tuesday, May 19, 2009
How to Import Excel Spreadsheet Data into SQL Server Database using ASP.NET C#
After developing an web application when you ask the operator to enter all existing data into the input interface then most of the cases the operator told you i have an Excel sheet please upload those data into the database which will reduce my time as well as human errors. This is the most common scenario. So you have to develop an interface where user can select an excel sheet to import into
Subscribe to:
Posts (Atom)