asp.net - Gridview change select row to an image? -


is possible change gridview select column image? when user clicks on select opens pdf gridview. possible instead have small pdf icon instead of select link? @ same time still able call:

protected sub gridview1_selectedindexchanged(sender object, e eventargs) handles gridview1.selectedindexchanged 

convert select column templatefield, change button inside imagebutton. make sure command="select" stays, because that's gridview uses fire , handle selectedindexchanged event.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

html - Accumulated Depreciation of Assets on php -

#1062 - Duplicate entry '' for key 'unique_id' When Trying to add UNIQUE KEY (MySQL) -