What is .asp in html?
what is stored procedural
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
difference between POST & GET methods?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
What is asp model?
What are the advantages of asp?
Is classic asp still supported?
what is abstact class in asp.net?
Can .net framework components be used from a com program?
What are Scripting Objects?
Explain the difference between the value-type variables and reference-type variables in terms of garbage collection?
How long is a SessionID guaranteed to be unique? A. It is unique for the web server, whether it is restarted or not. B. Only until the web server is restarted. C. It is like a GUID in that it is for any web server at any time. D. Only until the session expires, then it can be reissued to another client. E. It is unique per client. A client cannot have two sessions with the same SessionID