| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Your manager has asked you to describe what you would use
application variables for. What statement best describes the
use of application variables?
a) Application Variables are used to keep state for each
connected user.
b) Application Variables are used to keep state for the web site
c) Application Variables are used to keep state for the
application on the server
d) Application Variables are used to keep state for all
applications objects in the web site.
| Syntax-Softtech | 1 |
| Difference between Dataset and DataReader ? | Accenture | 4 |
| what are the ways to improve performance in .net
application? | Mind-Tree | 4 |
| What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0 | IntraLogic | 10 |
| what is advantage of developing in asp.net.why the same
can't be developed in Java or other web developemnt
tool.what are advantages of developers. | IBM | 4 |
| Where do you store the information about the user?s locale? | | 1 |
| What are the different authentication modes in the .NET
environment? | | 2 |
| What are two ways that you can set the minimum and maximum
values for a rangevalidator? When would you use each technique?
| | 1 |
| # What is the transport protocol you use to call a Web service? | | 1 |
| 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 |
| can i use two web.config files of ConnectionString in One
Default.aspx page
| Verinon-Technology-Solutions | 6 |
| How does Garbage collector(GC) works in .net | Accenture | 9 |
| accessing a textbox that was created dynamically?
for (int i = 0; i < t1; i++)
{
TextBox t2 = new TextBox();
t2.ID = "adf" + i;
PlaceHolder1.Controls.Add(t2);
}
accessing data entered in the above created controls.
| | 1 |
| when to use webservice and when to use remotong diff
between them | | 3 |
| When is the ViewState available during the page processing
cycle ? | | 4 |
| Difference between Response.Expires and Expires.Absolute ? | Accenture | 1 |
| How can we read a columnised text data in ASP.Net C#?
Columnised means my data is stored in a text file and I
have numeric data or string data in this file. For ex. If I
am searching for the data of gender and I know that gender
data is stored at column 32 in text file. How can I get
this data in ASP.Net page. Thanks for help in advance. | | 2 |
| Usage of web.config? | Microsoft | 1 |
| what is CLR? | PrimeLine | 3 |
| About session modes | Wipro | 3 |
| |
| For more ASP.NET Interview Questions Click Here |