Platform: Visual Studio 2008 with ASP.net
Technology: Used in ASP.net
Level: Beginner
Introduction
1. Add a gridview into a aspx file
2. Add a button into a aspx file and give the name as "btnExportToCSV "
3. Write a code in aspx.cs file
Code:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI;
Leave a comment: