problem accessing the DropDownlist in a DataGrid template column
hi,
i am unable to capture the selectedindex changesd event of a dropdownlist that i have placed in a datagrid column.
The datagrid isnt bound to any database table.
On the select event of the DropDown list i want to create a row in the datagrid dynamically.
Can anyone help me with this?