Hi All,
I have a RadGrid With Checkboxlist control in itemtemplate ,My question is How can I get number of selected item in every checkbox once user click the item
thanks
ghadeer
Can I explain More
once the user select checkboxlist in every row ,I want to check if he selected item in the same row before,then the first one become unselected
I hope you are trying to implement single selection with CheckBoxList. If so I would suggest you to use a RadioButtonList Instead. You may also go through the following link which discusses about a similar requirement. http://www.dreamincode.net/forums/showtopic42882.htm