| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Which keyword you should use for class not to extend?
Which keyword to be used for making the class accessible
within the assembly only
what are the authentication mode of ASP.NET
How will you call a JavaScript function using code-behind?
How will you define the Session Timeout?
What are the methods to validate client-side whether the
input is a correct Date format?
You want to write a log when ASP.NET application starts.
Which is the best place to write that peice of code?
What are the page load events and what is there order?
What is the difference between abstract class and interface?
What are the differences between DataSet and DataReader?
What are the two properties other than DataSource, which is
required to populate the Drop Down Menu?
What is difference between String and StringBuilder Classes?
What are differences between Custom control and User
control?
| Ignis-Technologies | 1 |
| Can you edit data in the Repeater control? | | 8 |
| What r Callbacks in ASP.NET? | | 1 |
| Types of session management in ASP.NET? | Microsoft | 1 |
| Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one? | | 1 |
| Which property on a Combo Box do you set with a column
name, prior to setting the DataSource, to display data in
the combo box?
| | 1 |
| what is the differance between .DLL & .EXE | Infinite-Computer-Solutions | 8 |
| what is diffgram ?
| | 1 |
| What is interval time of GC in .net | | 2 |
| What is Active Directory? What is the namespace for that? | | 2 |
| What is .Net3.0 and .Net3.5?
Describe something about that Features.. | | 1 |
| What method do you use to explicitly kill a users session? | | 1 |
| What is reflection and disadvantages of reflection ? | Microsoft | 1 |
| In C#.net application is run on linux michine | | 3 |
| What does WSDL stand for? | | 7 |
| Can we change the page layout in ASP.NET 2.0 as Grid Layout
like in previous version | TCS | 2 |
| 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 |
| how to pass session value one url to another url.my code
if session("user")="abc" then
response.redirect("www.abc.com\client\home.aspx")
end if. so how to pass value of session in browser url | | 1 |
| How to authenticate users using web.config ? | Accenture | 2 |
| What are PDBs? Where must they be located for debugging to work? | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |