Pass page values from one to another page in ASP .NET
Hi, To Pass Values Between ASP.NET Web Pages or To Transfer page values to another page we can use following:- 1. Response.Redirect (Use a query string.) 2. Cookies 3. Session Variables 4. Application Variables 5. HttpContext by using Server.Transfer details:- Introduction We always come into situations in which we need to transfer values from one […]
March 13, 2012
В·
Infoyen В·
No Comments
Tags: how to transfer data one page to another page, How to: Pass Values Between ASP.NET Web Pages, Send Data from one page to another page in ASP.NET, Transferring page values to another page В· Posted in: ASP .NET