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 |
what is web accessibility?
What is the difference between local link popularity and global link popularity
actually, i have integrated oscommerce and forum in my joomla website.And have made common login to all of these.when i register a new user, it'll get registered successfully.But when i try to login from the frontend and also from the forum ,it is displaying the msg "you are not authorised to view this resource". but logging in successfully through oscommerce.why it is so?
What is a Complex Element?
What is the result of “20” + 20;
When would you use get and post requests?
How can you test the security of a Web site,both manually and by using a tool?
Suppose there are two requests for 2 different pages of same site and from 2 different browsers, How Web server recognise the different request and send result to the exact sender browsers.
What is frame level testing and how do we test it?
Some sites work with "http://allinterview.com" but for some sites we need to specify "www" - like "http://www.allinterview.com". Why?
What type of design skills do you have?
What are differences between DTDs and Schema?