HOME

Thursday, February 16, 2012

Reading HTML controls from server side page .aspx.cs c#

string username; string password; username= String.Format("{0}", Request.Form["uid"]); password = String.Format("{0}", Request.Form["pwd"]); where uid & pwd are textboxes ids

No comments:

Post a Comment