ASP.NET 1.1 C# DataGrid
-
I am working on a search page. It uses a datagrid. I search for a state. I get back 6700 rows. Then I search for city and state. I get page cannot be displayed. I search for a city. I get back 295 rows. Then I search for city and state. It works fine. Has anyone seen this behavior before?
-
I am working on a search page. It uses a datagrid. I search for a state. I get back 6700 rows. Then I search for city and state. I get page cannot be displayed. I search for a city. I get back 295 rows. Then I search for city and state. It works fine. Has anyone seen this behavior before?
You need to post better error information and possibly code.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
I am working on a search page. It uses a datagrid. I search for a state. I get back 6700 rows. Then I search for city and state. I get page cannot be displayed. I search for a city. I get back 295 rows. Then I search for city and state. It works fine. Has anyone seen this behavior before?
-
I tried debugging the code in the code behind. It never breaks. There is no error message besides going to page cannot be displayed.
Perhaps it's timing out ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Perhaps it's timing out ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )