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 |
How to test Web application in which the value is changing dynamic every time and anyone can modify it?
Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?
If i have a form, and 1 part of the form needs to use validator framework and the other part need not use, how will i ensure that?
what is the difference between weblogic and websphere,jboss,tomcat?
What's the difference between a *.WSDL file and a *.DISCO file?
WHAT IS THE SIGNIFICANCE OF ADUSTIL.DLL IN IIS?
What are the interfaces of SAX?
Difference between null and undefined?
Give some examples of web applications that are used in our day to day life.
Can I host muliple sites on same machine?
What are VSDISCO files?
What is intranet application?