June 11, 2011

How to read query string value in ASP.Net

 string cid = Request.QueryString["CID"].ToString();

No comments:

Post a Comment