26th July 2011
COM object you can use with ASP pages have several names. You will see them advertised and
described as MTS components, ActiveX control, ActiveX Documents, and Active Template Library objects.
But they are all exactly the same thing – COM object. Some C...
Read >
26th July 2011
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 provid...
Read >
20th June 2011
W3C DTD HTML this signifies that we are using the HTML developed by W3
consortium. Transitional the other option here is Frameset, which is used if you are using lots of
frames in your texted with this we end the definition of the line for the HTML. as ...
Read >