IBM interview questions for ASP DOTNET questions
1)How many objects are there in ASP?
2)Which DLL file is needed to be registered for ASP?
3)If you want to initialize a global variable for an application, which is the right place to declare it? (like form or some other file).
4)What is diffrence between Server.transfer and Response.redirect.
5)Is there any inbuilt paging(for example shoping cart. which will show next 10 records without refreshing) in ASP? How will you do pating.
6)What does Server.MapPath do?
7)Name at least three methods of response object other than Redirect.
8)Name at least two methods of response object other than Transfer.
9)Tell few programming diffrence between ADO and DAO programming. What is state?
10)How many types of cookies are there?
11)Tell few steps for optimizing (for speed and resources) ASP page/application .
No comments:
Post a Comment