Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. ASP.NET 1.1 C# DataGrid

ASP.NET 1.1 C# DataGrid

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    NET4Ever
    wrote on last edited by
    #1

    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?

    C N 2 Replies Last reply
    0
    • N NET4Ever

      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?

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      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 )

      1 Reply Last reply
      0
      • N NET4Ever

        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?

        N Offline
        N Offline
        NET4Ever
        wrote on last edited by
        #3

        I tried debugging the code in the code behind. It never breaks. There is no error message besides going to page cannot be displayed.

        C 1 Reply Last reply
        0
        • N NET4Ever

          I tried debugging the code in the code behind. It never breaks. There is no error message besides going to page cannot be displayed.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          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 )

          N 1 Reply Last reply
          0
          • C Christian Graus

            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 )

            N Offline
            N Offline
            NET4Ever
            wrote on last edited by
            #5

            It uses an xml file for its sql quiries and log4net for logging. I am thinking the datagrid can't handle so many records on a postback. Maybe, if I were to provide paging to the datagrid. It may not even be the datagrid.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups