Can we use data reader object in webservices?
No Answer is Posted For this Question
Be the First to Post Answer
What type of design skills do you have?
Who are the founders of YAHOO & GOOGLE?When they founded?
When would you use get and post requests?
Do capital letters matter in keywords?(search engine point of view)
what atttributes we use to create a webservice?
What are VSDISCO files?
Differentiate between static and dynamic website.
1.what is requirement specification in web engineering? 2.properties of web application? 3.difference between web engineering and web applicaiton?
Explain Working of Proxy Server, Cookies, types of cookies?
Define https.
what is the significance of webservice?
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"))