or
hi all :)
I have a problem, when I try to insert new item from grid view to my table
I got this problem

how can I fix it ? :\
can you help me please
switch (e.DetailTableView.Name) { case "tbl1": { //setting the detailtableview datasource here break; }
case "tbl2":
{
//setting the detailtableview datasource here
if(condition 1)
{
e.DetailTableView.DataSource = source1;
}
else
{
e.DetailTableView.DataSource = source2;
}
break;
}
}// Resize image to the required resolutionEditableImage image = new EditableImage(currentImage);image.Resize(imageWidth, imageHeight);' Try to execute below code at web user control page load or another location at
' the vb.net asp.net 3.5 code
' I encounter the script error combo is null' str1 of type StringBuilder str1.Append("var combo = $find('" & RadComboBox1.ClientID & "');")str1.Append("combo.disable();")ScriptManager.RegisterStartupScript(Me.Page, Me.Page.GetType(), "key1", str1.ToString(), True)