Capturing events of controls in a templated dataset column

starwiz

Member
Joined
Jul 2, 2003
Messages
21
I have a datagrid in an ASP.net program written in VB with one column being a templated with a drop down list inside.

The drop down lists are populated by an array and by information from a SQL DB.

I need to capture the index change event from those drop down lists and when I do, I need to know which row the drop down list belongs to.

Ive tried capturing the event with the datagrid ItemCommand event, but that doesnt fire when the drop down lists are clicked on.

Does anyone have any ideas as to how I can get this to work?

Thanks a lot,
-Starwiz
 
Back
Top