V
Vinki
Hello Evryone,
I am an ASP.net developer. I have this combo box in VB.net (Windows form).I
populated the combo box at the form load event. I have a datagrid on my form,
when the user clicks on a datagrid row, I need to programmaticaly set the
value of the combobox based
on whatever the value is on the datagrid. Everytime I set the value, it get
overwritten by form load event and fill up the combo box again. IN asp.net, I
can avoid it by Ispostback, how can I avaoid it here in windows application.
Any help will be greatly appreciated.
I am an ASP.net developer. I have this combo box in VB.net (Windows form).I
populated the combo box at the form load event. I have a datagrid on my form,
when the user clicks on a datagrid row, I need to programmaticaly set the
value of the combobox based
on whatever the value is on the datagrid. Everytime I set the value, it get
overwritten by form load event and fill up the combo box again. IN asp.net, I
can avoid it by Ispostback, how can I avaoid it here in windows application.
Any help will be greatly appreciated.