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 / 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 |
Post New Answer View All Answers
what atttributes we use to create a webservice?
How to create virtual directory in IIS?
what are the differences between webpage and webservice?
Have you ever used more than one external style sheet and if so, how did you use it?
what is web methods?
What are differences between DTDs and Schema?
How to troubleshoot if you get the error as application pool is hanges?Answer me in step by step procedure?
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
What are the interfaces of SAX?
Describe the steps to develope and host the webservice for an application?
Who is ui/ux developer? What he does?
what are propritory databases?
in companies what is the use of websphere?
Define http.
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?