Link to home
Start Free TrialLog in
Avatar of subhorachana
subhorachana

asked on

Pass parameters from one page to another in ASP.NET

Hello,
Please help/suggest/resources/way to do the following.This is my first asp.net application, so need help on topics like these:
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?
ASKER CERTIFIED SOLUTION
Avatar of Omego2K
Omego2K
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Kumaraswamy R
Kumaraswamy R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial