Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
What is a form collection in asp?
What is the maximum size of an array in asp?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
What are asp controls?
How to display images using response object?
How can you disable the browser to view the code?
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
why we use data bind in asp.net
Give the comment tags for the following?
How do I print an aspx file?
How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?
Explain the difference between server.transfer and response.redirect?