Google


Earn money without investing 1$

lovebird-mails.com lovebird-mails.com

Wednesday, August 8, 2007

How to use Query string in our program?

webform1.aspx?id="+somevalue what u want to send+";

It is seen in the url when u redirect to other page.It is seen in the url of the site.
To store the querystring u have write some code in the page itself as mentioned below
string str = QueryString["id"];

No comments:

Review Books

  • ASP.NET WebService
  • Learn VisualStudio.net
  • Basic .NET Framework
  • Basic C#
  • .NET Interview Questions
  • C# 2005 Programming