A
Alex. O. Koranteng
I have downloaded LINQ Video tutorials CS code version from MSDN learning
link: http://msdn.microsoft.com/en-us/library/bb397906.aspx. The zipped file
for the download is Samplecode-LINQ-To-SQL-Video-Part03-Csharp.zip. I can get
the gridview to display the products but the sorting is not working. I get
the following error message for paging and sorting. Any suggestions will be
appreciated
Server Error in '/' Application
--------------------------------------------------------------------------------
The GridView 'GridView1' fired event PageIndexChanging which wasn't handled.
Server Error in '/' Application
--------------------------------------------------------------------------------
The GridView 'GridView1' fired event Sorting which wasn't handled.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Web.HttpException: The GridView 'GridView1' fired
event Sorting which wasn't handled.
link: http://msdn.microsoft.com/en-us/library/bb397906.aspx. The zipped file
for the download is Samplecode-LINQ-To-SQL-Video-Part03-Csharp.zip. I can get
the gridview to display the products but the sorting is not working. I get
the following error message for paging and sorting. Any suggestions will be
appreciated
Server Error in '/' Application
--------------------------------------------------------------------------------
The GridView 'GridView1' fired event PageIndexChanging which wasn't handled.
Server Error in '/' Application
--------------------------------------------------------------------------------
The GridView 'GridView1' fired event Sorting which wasn't handled.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.Web.HttpException: The GridView 'GridView1' fired
event Sorting which wasn't handled.