After adding a literal control using the AddAt Method I can no long access those controls that are in the controls list after the insert
Ex. AddAt(14,blahblah)
I can not access the controls that I would assume were in the 15, 16,17 positions using
((DropDownList)e.Item.FindControl("ddl_active_ind").SelectedItem.Value
Anyone have any ideas??
Ex. AddAt(14,blahblah)
I can not access the controls that I would assume were in the 15, 16,17 positions using
((DropDownList)e.Item.FindControl("ddl_active_ind").SelectedItem.Value
Anyone have any ideas??