this is my code there are error in it can someone tell me how to correct this?
foreach (System.Web.UI.Control ctrl in Table)
{
if (ctrl is DropDownList)
{
DropDownList dd = new DropDownList(ctrl);
break;
}
}
Loading
jason pezzimentiPosted Oct 10, 2008, 3:42 AM
please provide more code. have you tried renaming "dd" to "ctrl"? ... probably a stupid question