What is server control
Answer / Parasar Mahalik
Server Control in ASP (Active Server Pages) refers to a set of objects that allow developers to dynamically create and manage web pages on the server side. This can include controlling the flow of the application, interacting with databases, handling user input, and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can we done appllication deployment
How do you initialize a two-dimensional array that you don't know the dimensions of?
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
How are scripts executed?
How will you delete a Cookie?
What is application object in asp?
Explain the tags necessary to be present within the tag ?
difference between html and asp?
What is ClientCertificate collection?
Define global.asa file?
Define a "virtual directory"?
What is aspx used for?