John's Technical Blog
Monday, 7 December 2009
ASP .NET: How to get parameter in url ( by C# for .net)
if (Request.QueryString["param1"] != null) Response.Write("From Page1 param1 value=" + Request.QueryString["param1"]);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment