While moving from one page to another page it is very essential that data needs to be maintained. I want to know the various ways of maintaining data while moving from one page to another page and the efficient method among these in ASP.NET.
Printable View
While moving from one page to another page it is very essential that data needs to be maintained. I want to know the various ways of maintaining data while moving from one page to another page and the efficient method among these in ASP.NET.
You can maintain the data while navigating from one page to another in many ways. Some of them are namely:
1. Application
2. Session
3. Form
4. Cookies
5. Hidden variables
6. Query string
Stephen thanks for your valuable information. BUt could you suggest the efficient method among these to maintain the data while navigating from one page to another .