Click here to Skip to main content
15,889,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All

I'm using a grid view in my page and my requirement is that when I click on a row (anywhere on a row), it should be redirected to another page which will display the details of the row selected.

Thanks

What I have tried:

I'm using a grid view in my page and my requirement is that when I click on a row (anywhere on a row), it should be redirected to another page which will display the details of the row selected.
Posted
Updated 9-Apr-17 22:34pm
v2

1 solution

try this
Redirect to another page by clicking on a gridview row [^]
replace the ondblclick event with onclick event
 
Share this answer
 
Comments
Member 12414304 11-Apr-17 23:05pm    
Thank you its was helpful
Karthik_Mahalingam 11-Apr-17 23:06pm    
Welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900