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 / druva

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

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you add a method to a class already defined?

533


What happens in a Web application when you enter all the data and click on submit button?

1572


How to test iBackup and storage products?

1443


Where?s global assembly cache located on the system? Can you have two files with the same file name in GAC?

1653


how to design online bank web page with asp.net

3035






Can I host muliple sites on same machine?

1654


what is the Need for CSS ?

1725


what is the relationship between garbagecollection and thread?

1217


What is application in computer?

540


Explain the difference between authorization and authentication in web testing.

566


What is frame level testing and how do we test it?

2317


What all information does a URL contain?

628


1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?

1412


what is web accessibility?

583


what are the steps involved in using the validator framework?

1419