txtUserID = trim(Request.Form("txtUserID"))
txtPassword = trim(Request.Form("txtPassword"))
txtFName = trim(Request.Form("txtFName"))
txtLName = trim(Request.Form("txtLName"))
txtEmail = trim(Request.Form("txtEmail"))
txtAddrLine1 = trim(Request.Form("txtAddrLine1"))
txtAddrLine2 = trim(Request.Form("txtAddrLine2"))
txtCity = trim(Request.Form("txtCity"))
txtState = trim(Request.Form("txtState"))
txtZip = trim(Request.Form("txtZip"))
txtCountry = trim(Request.Form("txtCountry"))
txtCompanyName = trim(Request.Form("txtCompanyName"))
txtPhone = trim(Request.Form("txtPhone"))
txtFax = trim(Request.Form("txtFax"))
txtBusinessType = trim(Request.Form("txtBusinessType"))
txtAffiliations = trim(Request.Form("txtAffiliations"))
txtAboutUs = trim(Request.Form("txtAboutUs"))
Answer Posted / druva
pls help me whwre is the error its in dis asp.net coding
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is application in computer?
Who are the founders of YAHOO & GOOGLE?When they founded?
Explain What do you know about Web Sites.
What is user application?
Difference between null and undefined?
Name 3 attributes of the position property.
Define https.
How does dynamic discovery (in case of *.vsdisco) work? What goes on behind the scenes?
How do you test the URL of a Web-based application?
What is Code Base, Style Sheets?
Design a web crawler? How will you avoid from getting into infinite loops?
What is an example of a web based application?
Why do we need nested master pages in a Web site?
what are propritory databases?
Explain the difference between authorization and authentication in web testing.