I can´t find anything like onrowclick or onclick event, is possible to fire event when you click on gridview row?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Not using standard ASP.NET control events, since one does not exist for that purpose. Instead, you could use client-side JavaScript to issue an AJAX request, exposing a static |
|||
|
do this in grid RowDataBound event:
|
|||||
|
this link
.. – matzone 6 mins ago