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"))
Answers were Sorted based on User's Feedback
Answer / druva
pls help me whwre is the error its in dis asp.net coding
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / gaurav
Ajax (Asynchronous Javascript and XML) is a subset of
javascript. Ajax is way for the client-side browser to
communicate with the server (for example: retrieve data from
a database) without having to perform a page refresh.
jQuery is a javascript library that standardizes the
javascript differences cross-browser. jQuery includes some
ajax functions
Is This Answer Correct ? | 0 Yes | 0 No |
Is web application testing different from desktop application testing? Explain how.
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
True or False: To test a Web service you must create a windows application or Web application to consume this service?
How is a Java Web Application deployed on a server?
what atttributes we use to create a webservice?
Explain Working of ping, telnet, gopher?
What is Webget and WebInvoke in rest service? Tell difference between them
Why do we need nested master pages in a Web site?
How do you test the URL of a Web-based application?
What do you understand by client-server testing?
How to test Web application in which the value is changing dynamic every time and anyone can modify it?
What all information does a URL contain?