Populating a Grid View with asp and vb.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sheena777
    New Member
    • Dec 2007
    • 73

    Populating a Grid View with asp and vb.net

    I have an asp page with a gid view on it that a User will have to fill in with data that will then get updated to a sql database. How would I populate certain values of the grid with data from the data base that would relate to a value that was inserted first like and ID number. I Want the user to beable to insert their ID number and thier username to get populated into the field.This must all be done with vb.net or is there some kind of java script or Ajax that can help with my problem?
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    This can be done using a query that uses the id entered to select rows from the db. If you haven't started this yet, suggest that you find a good book or tutorial. Have a look at the stickies on this forum for good resources and check out MSDN.

    Comment

    Working...