what is a web sevice?
A web service is a collection of protocols and standards
used for exchanging data between applications or systems.
Web services are XML-based information exchange systems
that use the Internet for direct application-to-application
interaction. These systems can include programs, objects,
messages, or documents.
| Is This Answer Correct ? | 6 Yes | 0 No |
Difference between ASP and DHTML?
how to connect application to database by using the command?
What can you do to improve page performance?
What is WSDL?
Have you used sass? What’s good about it?
Explain how a web application works?
0 Answers TryTechnicals Pvt Ltd,
Is it right way to earn revenue through google adsense? Is it Possible?
What is a Complex Element?
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"))
Enlist some important test scenarios for testing a website.
WHAT ARE THE ADVANTAGES OF DEDICTED HOSTING OVER SHARED HOSTING?
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?