Posted on: 2/18/2014 6:30:26 AM | Views : 596

Hello guys,
I am trying to add a checkbox and togglebuttonextender in the rowdatabound event of Gridview.
I have a placeholder in which i am adding a checkbox.
The extender is not getting associated.
Code-
  CheckBox chkToggleManual = new CheckBox();                     chkToggleManual.ID="chkToggleManual";                     ToggleButtonExtender tbe = new ToggleButtonExtender Go to the complete details ...