Main Topics
Browse All TopicsHello,
Please help/suggest/resources/way
Scenario:
User will select the 'supplier' value from the main page .Based on the supplier, user will go to a different page where the policies will be displayed.Now based on policies, user can go to another page, which will have policy related data as well as links to another page.These links will take user to another pages where user can go and see other supplier related data, e.g. external address, internal address etc.
The link which appeared on the Policy related page for External and Internal Addresses, will appear from the main page to take the user directly from the main page to address pages.
I am assuming for implementing a scenario like this, I need to somehow pass the supplier data and policy data from one page to another.Please suggest me good ways to do that.
Also, any examples will be helpful.
Can I use hidden fields here? How can hidden fields be used?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: Omego2KPosted on 2009-10-22 at 09:05:49ID: 25635789
It seems like a perfect scenario for query strings
/KB/aspnet /QueryStri ng.aspx
Here is a tutorial from CodeProject on this:
http://www.codeproject.com
You can even download the demo app.