I have images which I am using to navigate to next page using href:
<a class="ajaxcolorbox" href="User.aspx">
Now I also want to pass some values so that I can display on some information depending on which image user has clicked.
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.
Use the query string.
It is the easiest method to pass data around.
You can read it back on User.aspx as follows: