drop down listboc in grid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
asp.net , VB.net
Version 1.1
I have aspx page with a grid with a drop down list in a column. The DDL
causes postback. I need to put some code to be executed on the server when
the postback is caused by the DDL (and identify the table row) . However,
this control does not cause a grid_itemCommand event. How can I implement
equivalent functionality?
Thanks!
 
Back
Top