Hi I have a datagrid which contains a dropdownlist in the . I have crated an OnSelectedIndexChanged function for this dropdownlist. My problem is that I need is to get access to the DataKeyField value of the row in which the changed dropdownlist is contained.
Any suggestion is welcome...
0
1
2
3
***************************************************
Sub ddlRating_RatingChanged(sender As Object, e As EventArgs)
//need to get the DataKeyField value of the row containing the modified ddl.
End Sub
Ed@Golder
Member
10 Points
2 Posts
Datagrid event question
Sep 03, 2003 01:13 PM|LINK