(in asp.net) I have repeater which contains different controls like checkbox, textarea, radiobutton and button(Submit). When i click on submit button, ItemCommand event is fired and i want to get data from these controls there. How can i do this? Please help me with this code.
please refer this one of the StackOverFlow questions Checkbox OnClick/ItemCommand in Repeater or DataList
linkbutton on repeater - how to retrieve a field value on a selected row?