Grid Data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moraali
    New Member
    • Apr 2008
    • 1

    Grid Data

    Good Morning

    I am doing a project. I am using C#.Net. My problem is all the database recors are inserted in the Data Grid . I just want to insert only certain records. How should I do it ?

    Do have any problem , please contact me
    moraali_ali@yah oo.com
  • malav123
    New Member
    • Feb 2008
    • 217

    #2
    Hi,
    Are you using Gridview ? if yes then at the time of grid binding use the query to display specific records....

    Comment

    • sonia.sardana
      New Member
      • Jul 2006
      • 95

      #3
      Ya its possible by setting the AutoGeneratColu mn property of the Gridview to false. & by writing the code...........
      By default the AutoGenerateCol umn property of the GridView is True,means that all the columns bind with the Gridview..

      Comment

      • malav123
        New Member
        • Feb 2008
        • 217

        #4
        Yes deffinately set Autogenerate column property to false... and bind the grid according to your requirement....

        Comment

        Working...