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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. datagrid

datagrid

Scheduled Pinned Locked Moved C#
question
5 Posts 4 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.
  • R Offline
    R Offline
    Ravi Shankar43
    wrote on last edited by
    #1

    I Have a search criteria form.I enter related information and i will see the related information in datagrid.Now if i have one lakh related records how can i see the records in datagrid.

    C 1 Reply Last reply
    0
    • R Ravi Shankar43

      I Have a search criteria form.I enter related information and i will see the related information in datagrid.Now if i have one lakh related records how can i see the records in datagrid.

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

      Ravi Shankar43 wrote:

      lakh

      This is not a word. I have no idea what you're asking ?

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

      C R 2 Replies Last reply
      0
      • C Christian Graus

        Ravi Shankar43 wrote:

        lakh

        This is not a word. I have no idea what you're asking ?

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

        C Offline
        C Offline
        coolestCoder
        wrote on last edited by
        #3

        Christian Graus wrote:

        Ravi Shankar43 wrote: lakh This is not a word. I have no idea what you're asking ?

        I think he meant, Lacs :)


        "A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder


        coolestCoder

        1 Reply Last reply
        0
        • C Christian Graus

          Ravi Shankar43 wrote:

          lakh

          This is not a word. I have no idea what you're asking ?

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog

          R Offline
          R Offline
          Ravi Shankar43
          wrote on last edited by
          #4

          means some thousands of records.how can i search for that records ofcourse we set paging concept for that but it is a lengthy process.

          S 1 Reply Last reply
          0
          • R Ravi Shankar43

            means some thousands of records.how can i search for that records ofcourse we set paging concept for that but it is a lengthy process.

            S Offline
            S Offline
            sam
            wrote on last edited by
            #5

            there must be some search criteria for search.put those criteria in a combobox.and on selected index chage event you can refresh you data grid by selecting those records from the original table which match with selected criteria. and to select data from table use table.Select("CONDITION"); sameer

            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