This example describes how to populate ASP.NET GridView control and how to implement
Insert, Edit, Update,
Delete, Paging and Sorting functions in ASP.NET GridView control.
1. Create a new ASP.NET Web Site (Ctrl+Shift+N)
2. Go to your .aspx page here Default.aspx
3. Drag and Drop GridView Contorl from Visual Studio Data ToolBox
1. Create a new ASP.NET Web Site (Ctrl+Shift+N)
2. Go to your .aspx page here Default.aspx
3. Drag and Drop GridView Contorl from Visual Studio Data ToolBox
<body>
<form id="form1" runat="server">
<div>
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
</div>
</form>
</body>
4.
No comments:
Post a Comment