| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Given an ASP.NET Web Form called WebFrom1, what class does
the WebForm1 class inherit from by default?
a) System.Web.Form
b) System.Web.GUI.Page
c) System.Web.UI.Page
d) System.Web.UI.Form
| Syntax-Softtech | 2 |
| What object is used to encapsulate a rowset?
a) DataSet
b) DataAdapter
c) DataRowSet
d) DataTable
| Syntax-Softtech | 2 |
| What is HTTPContext and HTTPModule. What is the use of them? | | 1 |
| Is It Possible For Whole Page is Saved In View State?
What Is View State? | Phoenix-Technologies | 2 |
| How many web.config files in each solution | General-Mills | 9 |
| After building the custom control, you test it by adding an
ASP.Net web application to the solution. You add a correct
<%@ Register %> directive and a proper declaration of the
control in the <asp:Form> tag to the Web Form, but when you
execute the application you get an error. What is the most
likely reason for the problem?
a) The custom control must be compiled first.
b) The web application must have a reference to the control
c) The custom control must be registered with windows first.
d) The assembly from the custom control is not in the
application?s bin directory.
| Syntax-Softtech | 1 |
| Singleton Design pattern?How do you achieve it? | Microsoft | 2 |
| when using windows API in .net then it is managed code or
Unmanaged code? | | 1 |
| What tag do you use to add a hyperlink column to the DataGrid? | | 1 |
| Types of values mode can hold session state in Web.Config? | Accenture | 6 |
| How can you change a Master page dynamically in which event
of page life cycle? | Fulcrum-Logic | 2 |
| How Many types of Page Load functions in asp.net | | 2 |
| when user is logged on the information is saved in a
cookie, what is the name of that cookie? | Mind-Tree | 2 |
| which method marks a config file section for encryption? | | 1 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll
andaspnet_wp.exe in the page loading process? | Perot-Systems | 1 |
| Types of caching. How to implement caching? | Microsoft | 2 |
| How do you install windows service? | Tech-Mahindra | 3 |
| Difference between ASP Session and ASP.NET Session? | | 1 |
| Clearly Explain the ispostback | TCS | 6 |
| What?s the difference between Response.Write() and
Response.Output.Write()? | Visual-Soft | 2 |
| |
| For more ASP.NET Interview Questions Click Here |