ASP.NET WITH C# ERRORS TROUBLE SHOOTING
These are some of the errors I faced and solved
HOME
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment