Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have Three pages.
In first page i have two textbox and one button
In second page i have one gridview and one linkbutton.
In third page i have one form view, gridview and two linkbutton.

when i enter some value in textbox.i want that textbox value show in second page gridview.
when i click in gridview hyperlink then i want to show that value in third page form view and gridview.
how to pass query string pls give me some tips.
Posted

Response.Redirect("SecondPage.aspx?Param="+Param);
I hope this will help u.... :)
 
Share this answer
 

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