hw to pass data from one aspx file to another without storing it in a data base... plz help.
Passing Data - ASP.NET
Collapse
X
-
Tags: None
-
Hello saikatkolkata,
There are many ways of “passing” data from page to page. And also there are ways of pages “getting” data that was used on other pages.
Here is a list of a few:- Query Strings (passing)
- Forms (passing)
- Application Variables (getting)
- Session Variables (getting)
- Cookies (getting)
Hope that helps~ -
Comment