How does one turn a Gridview Row clickable which open a modalpopup in C#?

myworldplz

New Member
How does one turn a Gridview Row clickable which open a modalpopup in C#?I have a gridview with several columns. Each row (the entire width of the row) needs to be clickable which onclick opens a modalpopupextender displaying a popup panal with detailed info on the row.I have the modalpopupextender & panal working properly when an ImageButton is clicked. However I am removing the ImageButton and replacing its functionality with the row onClick.I appreciate your time!
 
Back
Top