What is Response object? How is it related to ASP's Response object?
What are the Web Servers supporting ASP?
What is the use of global.asax?
Which is the default scripting language in active server pages?
explain with example redaing contents and writing contents from a file using APS object stream.
Is asp still supported by microsoft?
What are ARRAYS?
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
What is ClientCertificate collection?
Explain how big is the char?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
How to add Textboxes Programmatically in each and every cell of Gridview along with the Excel data in the Gridvew.I mean when i get Excel data in Gridview i need to display Data and Textboxes for each and every cell of Gridview. Got it. Iam new to this concept plz help me. Thanks in Advance.