Handling combobox_selectedindexchanged event in gridview control
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a gridview control in which i have added two comboboxes(cmbCity,cmbPincode) at the runtime.I populate the cmbCity combobox from the database at the form load event. Now my requirement is that when ever i select an item from cmbCity ,the relevent picode should be automatically populated into cmbPincode. Please help me out how to handle the cmbCity_SelectedIndexchanged event inside a gridview control..
Pradip kishore