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 is user application?
what is the Need for CSS ?
What is the difference between relative and absolute url?
when my application is overloaded?
What type of design skills do you have?
WHAT IS THE SIGNIFICANCE OF ADUSTIL.DLL IN IIS?
What is intranet application?
What's the difference between *.vsdisco and *.disco file?
what are the steps involved in using the validator framework?
When would you use get and post requests?
what is web methods?
Enlist some sub-classes of http response objects?
Difference between display none and visibility hidden ?
Where?s global assembly cache located on the system? Can you have two files with the same file name in GAC?
How do you test the URL of a Web-based application?