I want to take a control as column in the TemplateFeilds of Gridview and it should not be hidden. There is a Button in the end of every column. My question is that what control i should use and how to get the value of specific row of that column where a Button is clicked in the Gridview.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You should use
HiddenField in design will be as
|
|||||||
|
|
What value do you want to get? You can handle the button's click event and cast the
aspx (GridView's TemplateField)
|
|||||
|
|
You can change your approach by setting the |
|||
|
|