Process information from clients to our side for website designing.
HTML also has the capability to send or submit that data to the server for processing.
However, HTML does not have the ability to process the submitted data. To process data you must have
a programming language, and HTML is a layout language. ASP provides several native objects that let
you access data sent by clients. You can store data, make decisions, alter the data, send it back to the
client-basically, you can do whatever you want. The ASP objects make it easy to process client data.
Access databases and files. ASP by itself has no database connectivity or file-reading abilities: however,
you can use the ADO objects installed with ASP to access databases and the Microsoft scripting runtime
files system object and text stream object (also installed with ASP) to read and write text files. HTML has
no access to external data other than through hyperlinks. You can link two documents together with an
anchor tag containing a uniform resource locator to display data, but you can’t read or write files. Format
responses.
With ASP you can respond differently to different clients. That means you can take the results of a
database query or data from a file, format it on the fly and return the results to a client. For example,
you can hide or show data based on a client’s permission level. In a student report card application, for
example, you would want to let teachers and school administrator’s view and change data for their own
students-but you wouldn’t want to let students change the data! Similarly, you would want students to
see only their own report cards, not those of other students. With ASP you can use the same data set
for all users, but format the responses based on identity. You can also easily change the look and feel
or the response, change colors and controls, adjust to multiple screen resolutions, and more by running
condition –specific code on the server. HTML is static – a page is a page is a page you can’t show only part
of a page, you can not show different pages based on identity, and you can not change page results for a
single user without changing them for all users.
Launch and communicate with COM Objects. With ASP you are not limited to capabilities of scripting
languages or to the properties and methods for intrinsic ASP objects. ASP can launch Component Model
objects. A COM object may contain almost and kind of functionality, but all COM object have one thing
in common – they can communicate with one another. ASP ships with several COM object, including
scripting. Dictionary, scripting. File system MSWC. Browser type and text stream. You can purchase,
download, or create your own COM object with Visual Basic, C++, or any of several other languages, you
can even create COM object with a text editor with VBScript or Jscript, using a technology known originally
as remote scripting, and now included as part of the windows scripting host.
website designing company And web design service

Processing your request, Please wait....
