What is the full name of asp in vb net?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use asp?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
What is ascx cs?
What is asp and its features?
• How do you relate an aspx page with its code behind page?
what is the default .net provider
why and how static variable retain their value after postback form ?
Define a scripting language?
What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.
What is the difference between Querystring collection and Form collection?
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.
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