eventhandling DataGrid in Usercontrol

guadaljmex

New Member
Have the following problem:<BR><BR>I have created usercontrol wich contains a datagrid control.<BR>I load this control dynamic in a webform.<BR><BR>I want to write code on the SelectedIndexChanged-event, but when I run my form and click on the datagrid, IE6.0 returns the following error:<BR><BR>Error : _EVENTTARGET is null or not an object<BR>Code: 0<BR><BR>I occurs with every DataGrid-event I want to handle.<BR><BR>Please have somebody an answer!<BR><BR>thanx
 
Back
Top