0

(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.

SAM
  • 119
  • 2
  • 14
  • Welcome to SO, please read the guides found in https://stackoverflow.com/help/asking to get a better insight on how to ask. – Paul Karam Jun 14 '17 at 06:35

1 Answers1

0

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?

Frost_Mourne
  • 342
  • 4
  • 22