| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the use of asp.net | ABC | 2 |
| what is webpart? what r the parts in this webpart (zone) | | 1 |
| Differences between VB.Net and C#, related to OOPS concepts | CSC | 5 |
| Can i have both C# and vb.net code in same assembly?how? | Wipro | 4 |
| What?s the difference between Response.Write() and
Response.Output.Write()? | Visual-Soft | 2 |
| Can session variables be accessed from code-behind? | Microsoft | 2 |
| About CLS and CTS? | Microsoft | 6 |
| What is an application domain? | Microsoft | 1 |
| What definition correctly defines a label server control
with the name set to lblHoop?
a) <asp:Label name=?lblHoop? runat=?server? />
b) <Label id=?lblHoop? runat=?server? />
c) <asp:Label id=?lblHoop? runat=?server? />
d) <server label name=?lblHoop? runat=?asp? />
| Syntax-Softtech | 1 |
| What tags do you need to add within the asp:datagrid tags to
bind columns manually | | 2 |
| For a server control, you need to have same properties like
color maxlength, size, and allowed character throughout the
application. How do you handle this? | Microsoft | 2 |
| why security trimming attribute? | | 1 |
| What is Partial in ASP.NET 2.0? | Fulcrum-Logic | 2 |
| 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 |
| How to remove themes from certain controls? | | 2 |
| What methods are fired during the page load?
| | 2 |
| What is caching and types of caching ? | Infosys | 2 |
| Types of state management techniques ? | Digital-GlobalSoft | 2 |
| How can we Maintain more than on config file in one .Net web
application and how? | USi | 1 |
| Difference between asp and asp.net ? | Accenture | 3 |
| |
| For more ASP.NET Interview Questions Click Here |