Passing data values from one aspx page to another aspx page in asp.net
Passing parameters from one page to another page is a very common task in Web development. Specially when you develop a project & redirects or navigates from one ASP.NET Web page to another, you will frequently want to pass information from the source page to the target page . In this post, I will show you some ways of transferring data/parameters/values between one page to another page which is also termed as State Management. The pages I created to show you the example is really simple which consists of a text field and a button in the first page named as page1 and a blank second page named as page2. According to the characteristics of aspx page lifecycle, web form do not retain their value after a page is displayed. To resolve this problem, ASP.NET provides the following ways to retain variables between pages:
- Visit Site:
- Passing data values from one aspx page to another aspx page in asp.net
- Version:
- 1.0
- Filed in:
-
ASP.NET / Tutorials & Tips
- Platforms:
-

- Date Added:
- Sep 28, 2009
- Last Updated:
- Sep 29, 2009
License and Pricing Information
Other
Price: $0.00 USD
| Publisher site visits: | 104 |
|---|---|
| Average rating: | 0.00 |
| Total ratings: | 0 |
Publisher Info
- Author:
- Shawpnendu Bikash Maloroy
Other listings by this publisher
- Asp.net c# event calendar
- How to bind or populate data into a Dropdown List based on another Dropdown List in Asp.net
- Cross-browser javascript IsNumeric() method
- Automaticaly refresh parent window after popup is closed
- How to upload multiple files at a time using asp.net
- DataView DataTable Creating Adding Modifying Deleting Sorting & Filtering
- How to change CSS class name using javascript
- How to get SelectedText from Asp Dropdownlist or HTML Select option
- How to read asp radio button list selected value
