Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
In my Gridview i hv 3 cells .One Cell have link button .Whenever i click on that link button i want to get those values including link button value.

ex:
Mobile Number Sim Number Address


Mobile Number have link button .Whenever i select Mobile number i want to show those values in popup .Actually i'm getting that popup but i didn't get that gridview selected row values.


Thanks& Regards
Hari
Posted
Comments
Ankur\m/ 22-Mar-13 1:29am    
Call a javascript function on click of that link. Pass the linkbutton id to it (an optionally all columns ids for that row).

1 solution

hope this link does help you.

link:

Get the rowIndex of an ASP.Net Gridview using jQuery[^]
 
Share this answer
 
Comments
Hari Krishna Prasad Inakoti 22-Mar-13 2:55am    
thanq all.
Actually i want it is in jquery.Already i'm using this function only
Hetal Jariwala 22-Mar-13 2:58am    
If you can do the task easily in javascript why to use jquery ?? and jquery is itself javascript

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