What happens to a HTML page?
The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page. Read more »
The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page. Read more »
Client-side is faster than server-side as the networking time from client to server is saved server-side is done on the server. Then the server converts the data... Read more »
HTTP headers expose a great deal of information about your client as well as the server you are working, the application you are designing, as well as the environment... Read more »
copy the .doc file to the www root folder example:- data.doc and give the link in the asp page as Document lastly save it as .asp file Read more »
ASP page is non compiled version ie the ASP compiler (interpreter) executes each line of ASP page when the request for a particular page is made… Where as... Read more »
I tried it with the access database with description as memo field. You can also try it with sql database. I am sure it wud work. Read more »
you can include Activex Control using OBJECT tag. Syntax for including Activex control is .. Read more »
^, mod, *or /, -(negation), + or ? right! Read more »
The browser sends a cookie to the server with each request Creating a unique cookie for each user. Read more »
You can able to resize the array. syntax: Redim a(100) Read more »
1. Session Object 2. Application Object 3. Server Object 4. Request Object 5. Response Object 6. Object Context 7. Error Object Read more »
Server.Transfer is used when redirecting the webpage with in the same application whereas Response. Redirect is applicable towards the redirection of webpage between... Read more »
Persistent cookies are stored on your computer hard disk. They stay on your hard disk and can be accessed by web servers until they are deleted or have expired.... Read more »