What is a Form collection?
Answer / guest
The Form collection holds the values of the form elements
submitted with the POST method. This is the only way to
generate a Form collection.
Is This Answer Correct ? | 1 Yes | 0 No |
Explain the difference between post & get method in asp?
Why does my code get a security exception when I run it from a network shared drive?
How to run FileSystemObject in ASP
What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count
What are asp controls?
Explain what inheritance is and an example of when you might use it?
Who is asp in police?
Describe ways to present an arbitrary endpoint (URL) and route requests to that endpoint to ASP.NET.
What is difference between Server.transfer and Response.redirect ?
how can we done appllication deployment
IN THREE TIER AMONG THREE LAYERS WHICH ONE IS INDEPENDENT LAYER AND HOW?
What is Application-scope?