G
Guest
I have an ASP.NET application that allows the user to specify the number of
records to be displayed per datagrid page. If the result set is greater than
14 records and the user attempts to change the page size value to anything
greater than 13 (user enters value into a textbox), Internet Explorer returns
a page cannot be displayed error. I cannot trap an error when debugging and
the bindercontainer value reads "<error: an exception of type:
{System.NullReferenceException} occurred>". I have implemented custom page
that works great as long as the user wants to view 13 records per page or
less. Any ideas?
records to be displayed per datagrid page. If the result set is greater than
14 records and the user attempts to change the page size value to anything
greater than 13 (user enters value into a textbox), Internet Explorer returns
a page cannot be displayed error. I cannot trap an error when debugging and
the bindercontainer value reads "<error: an exception of type:
{System.NullReferenceException} occurred>". I have implemented custom page
that works great as long as the user wants to view 13 records per page or
less. Any ideas?