Populate
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Im using a grid box that has a date and time format in one of the Columns Im trying to archive a populate Using vb.net I placed a grid box on the form Then I placed 2 textboxes 1 combo box 2 date pickers I did a data bind so that when I click on a row the combo box shows the record number (pk) Item no of that row clicked Below that are the Name (Text box) Description (text box) Start date (date pickers) End Date (date(picker) How do I populate the name , desc, stdate , endate fields by just using the Item.index of the combo box then just changing the field to update (Which I Know how to do) Please assist me wilt the population I really think it is difficult because of the date time picker