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 happens in a Web application when you enter all the data and click on submit button?
What is intranet application?
What is a lambda?
Explain the functioning of dynamic pages in a website?
Design a web crawler? How will you avoid from getting into infinite loops?
What is difference between webbased application, web enabled application and seb oriented application? Give some exapmles using Microsft languages?
How can you test the security of a Web site,both manually and by using a tool?
What are the test case formats in case of a static website and dynamic website?
What is Code Base, Style Sheets?
What is the role of usability testing in web testing?
How does DTD work?
What are differences between DTDs and Schema?
Give some examples of web applications that are used in our day to day life.
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 Firewalls how they are used for testing the webapplications?