I want to open a pop-Up with the openPopUp javascript command when the user click on a row in my GridView.
How can I do that ?
I saw some tips on c# gridview row click but how can I open a popUp on the row click ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
openPopUpis not a JavaScript api. You might have seen it is some plugin or somewhere else. May be you are looking forwindow.open().If you want to see how we can listen to row click event in a gridView you can try this.