Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what are the diffrent techniques to pass value from one page to another page
Posted
Comments
RDBurmon 8-Jun-12 8:28am    
Thanks Everyone who replied to this thread , So OP , I think you have got enough response and you should be able to mark it as your answer and close the thread.

You need to look at various state management techniques available in ASP.NET.

Look here:
MSDN: ASP.NET State Management Overview[^]
State management in ASP.NET - 1[^]
ASP.Net State Management Techniques - 2[^]

Specifically, few that might fit more than others out here are:
1. QueryString
2. Session
3. PreviousPage concept
 
Share this answer
 
v2
Comments
codeBegin 8-Jun-12 0:55am    
Bit same :) +5!
 
Share this answer
 
v2
Here is a Good article for you
Transferring page values to another page[^]

*** Do simple Search in Google/CP before posting a question.

Thanks
--RA
 
Share this answer
 
Comments
codeBegin 8-Jun-12 0:54am    
Good link & article also my 5
Rajesh Anuhya 8-Jun-12 0:56am    
Thanks
Please go through below references. Hope this helps.

Beginners-Introduction-to-State-Management-Techniq

Understanding State Management Techniques

Passing Values between pages

In your requirement, its better to go for query strings, if the data to be passed is not that huge.

Passing variables between pages using QueryString[^]
 
Share this answer
 
hi,
Use Can Do this Using Server Side State-management and Client Side-management
below reference is best for Beginners:

Beginners Introduction to State Management Techniques in ASP.NET[^]

Thanks
Akash Detroja
 
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