Data Transfer using querystring in asp ,net (csharpdotnetfreak.blogspot.com)
submitted by
amit.jain(904) 3 years, 3 months ago
Seceral time while developing asp .NET applications we need to transfer data from
one page to another, we can achieve this by several methods , some of them are
1. Using Query String
2. Using Cookies
3. Using Session Variables
4. Using Cross Page Posting
5 . Using Server.Transfer
1 . QueryStrings
Suppose we have a textbox txtData and we want it's value on other page
than in code behind we would write in click event of btnGo
|category: ASP.NET
|Views: 52
tags:
ASP.NET another
Everyones tags:
Your Tags: