hello again
I have 1 page which has some link button,on the clicking the linkbtn data is fetcheh from databaseand displayed in another page in gridview
now my problem is i want know which link button is clicked at runtime how can i get the linkbtn id so that i can pass that in session and catch in another where data is fetched from database based on the link.
pls let me know.
Loading
Jignesh TrivediPosted Jan 11, 2013, 3:49 AM
if you use server side link button than link button can be identified by "ID" property.
Please refer below link which can help you to understand different property of Link button.
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.linkbutton.aspx
in the other page you can pass you linkid in query string or other state management also.
hope this will help you.