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

I have three web pages. from 1st page I'm passing one id as query string to the second page through ItemField of gridview. Depending on that ID the secondpage will load. In the second page also I'm doing the same procedure to thirdpage. so, while coming back to second page i have to add that id as querystring to second page in sitemap. can you give suggestions regarding this one?

Thanks
Murali.
Posted

1 solution

you'll need to pass not only the new id, but the id that was passed to the second page to the third page. Then the third page can pass that id back to the second page. make sure the second page can handle getting one id or two.
 
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