Posts categorized 'Articles'

C# GridView Sorting/Paging w/o a DataSourceControl DataSource

If you set AllowPaging="true" or AllowSorting="true" on a GridView control without using a DataSourceControl DataSource (i.e. SqlDataSource, ObjectDataSource), you will run into the following errors: When changing the page on the GridView control: The GridView 'GridViewID' fired event...

Continue reading "C# GridView Sorting/Paging w/o a DataSourceControl DataSource"

VB.NET GridView Sorting/Paging w/o a DataSourceControl DataSource

If you set AllowPaging="true" or AllowSorting="true" on a GridView control without using a DataSourceControl DataSource (i.e. SqlDataSource, ObjectDataSource), you will run into the following errors: When changing the page on the GridView control: The GridView 'GridViewID' fired event...

Continue reading "VB.NET GridView Sorting/Paging w/o a DataSourceControl DataSource"