I need help for selecting multiple rows in a gridview using ctrl key. (C#, asp.net)
While right clicking on the selected rows, I need to export those particular rows to "word".
I need help for selecting multiple rows in a gridview using ctrl key. (C#, asp.net)
While right clicking on the selected rows, I need to export those particular rows to "word".
Although the easier way to do this is placing the checkbox at the starting of rows and then using checked boxes for exporting rows. you can look at following link:
http://stackoverflow.com/questions/1210547/javascript-detect-control-key-held-on-mouseup