| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade.. | | 2 |
| Which namespace in used to connction web cam | | 1 |
| I have around 200+ controls in a page. Each of the sets of
controls are kept in divs and when header div is clicked,
only those div controls pertaining to that header div will
be displayed. Rest of the divs are kept invisible.
When the page loads, all these 200+ controls are loaded
simultaneously, that consumes much of the time.
What my requirement is I want to get the div1 controls
loaded when the page loads and rest of the div controls
should be loaded asynchronously. it should not be loaded
with page load, so that time for loading the page can be
much minimised.
Hope u understood my question and pls help me out with a
solution asap....
| | 1 |
| what is the Difference between Dim Object as object AND dim
obj as myform? | Microsoft | 1 |
| I create small website, i want accept all the browser this
website? what will do? | | 1 |
| What is the purpose of the following segment?
If ( !IsPostBack)
{
sqldataAdapter1.Fill (dsusers1);
DataGrid1.DataBind ();
}
a) To populate the DataAdapter the first time the web page
id displayed.
b) To populate the DataSet every time the web page is displayed.
c) To populate the DataAdapter every time the web page is
displayed.
d)To populate the DataSet the first time the web page is
displayed.
| Syntax-Softtech | 2 |
| 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 methods are fired during the page load? | Visual-Soft | 6 |
| How to write unmanaged code and how to identify whether the
code is managed / unmanaged ? | Accenture | 1 |
| What?s the difference between Codebehind="MyCode.aspx.cs"
and Src="MyCode.aspx.cs"? | Visual-Soft | 1 |
| .Net Doesn't offer Deterministic Distruction ?
a) True
b) False
| CTS | 4 |
| What is an application domain ? | Microsoft | 2 |
| What is difference between ASP and ASP.NET ? | TCS | 3 |
| What does AspCompat="true" mean and when should I use it? | | 1 |
| How many web.config a application can have ? | Keane-India-Ltd | 5 |
| Usage of web.config? | Microsoft | 1 |
| What is boxing? How we can use it? | NIIT | 2 |
| What is CTE in sql server 2005? | Minecode | 2 |
| In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events? | Syntax-Softtech | 5 |
| version information of assembly consist of _________
values. | AG-Technologies | 3 |
| |
| For more ASP.NET Interview Questions Click Here |