Dropdown List box in a template column.....

  • Thread starter Thread starter Kim
  • Start date Start date
K

Kim

I have a dropdownlist box in a template column in a datagrid. How to capture
the item change event of the dropdownlist box, so that I can populate the
next cell in the grid with the corresponding description for the selected
Id(in the dropdownlist box).
Thanks,
Kim
 
-----Original Message-----
I have a dropdownlist box in a template column in a datagrid. How to capture
the item change event of the dropdownlist box, so that I can populate the
next cell in the grid with the corresponding description for the selected
Id(in the dropdownlist box).
Thanks,
Kim




.
You can use the directcast
 
Back
Top