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



txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPass..

Answer / druva

pls help me whwre is the error its in dis asp.net coding

Is This Answer Correct ?    1 Yes 0 No

txtUserID = trim(Request.Form("txtUserID")) txtPassword = trim(Request.Form("txtPass..

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

Post New Answer

More Web Related AllOther Interview Questions

Is web application testing different from desktop application testing? Explain how.

0 Answers  


Can you give an example of when it would be appropriate to use a web service as opposed to non-serviced .NET component?

1 Answers  


True or False: To test a Web service you must create a windows application or Web application to consume this service?

4 Answers  


How is a Java Web Application deployed on a server?

1 Answers   T3 Softwares,


what atttributes we use to create a webservice?

0 Answers  






Explain Working of ping, telnet, gopher?

1 Answers  


What is Webget and WebInvoke in rest service? Tell difference between them

0 Answers   HCL,


Why do we need nested master pages in a Web site?

0 Answers   MindCracker,


How do you test the URL of a Web-based application?

0 Answers  


What do you understand by client-server testing?

0 Answers  


How to test Web application in which the value is changing dynamic every time and anyone can modify it?

0 Answers  


What all information does a URL contain?

0 Answers   HAL,


Categories