• Export GridView Data into CSVFile In Asp.net 2.0

    Steps. 1) Create Simple Web Application ( asp.net using C#). 2) put the below control in to the page (.aspx) 2.1) GridView (id= GridView1) 2.2) Button (id=button1 and Text =Create CSV File) or put the below code   <form id=”form1″ runat=”server”> <center> <div> <table> <tr> <td> Create CSV File </td> </tr> <tr> <td> <asp:GridView ID=”GridView1″…