News

While binding data with gridview control the two of major things that we want is to sort data and to filter data.first thing can be done by writing sql query with order by clause.select * from student ...
Please refer to the ASP.NET: GridView Context Menu (What's new in 14.1) blog post to learn more about this new feature and the online Context Menu demo to see it in action. This example illustrates ...
How to: Sort a GridView Column When a Header Is Clicked This example shows how to create a xref:System.Windows.Controls.ListView control that implements a xref:System.Windows.Controls.GridView view ...