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
How do you troubleshoot when a website displays '404:Page Not Found;'. what are the various steps that you take to diplay the page requested?
What are differences between DTDs and Schema?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
What is DOM?
in companies what is the use of websphere?
If My Application is down what are the resonations?
How to kill cookies from Web page?
What are namespaces? Why are they important?
What is Firewall?
What all information does a URL contain?
If you have an issue with your page, how do you debug it, what tools do you use?
Explain the difference between authorization and authentication in web testing.
What is meant by mobile application?
What is frame level testing and how do we test it?
Which method is used to post a Web page to another Web page?