| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between asp and asp.net ? | Accenture | 3 |
| what is dumpbin.exe? | | 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 |
| Does C# support static class?Is Static class be inherited by
any class? | | 2 |
| What are runtime hosts? | Microsoft | 3 |
| What is the Global.asax used for?
| | 3 |
| How Web Service help? What is the difference between
Remoting & Web Servcies?
| | 2 |
| How do you a replicate a set of controls across a number of
ASP Pages | | 2 |
| What is Boxing and Unboxing? | Accenture | 6 |
| How does SQL Server session state works | Emphasis | 1 |
| What is Stateless ASP or ASP.Net? | Accenture | 2 |
| Can you explain what inheritance is and an example of when
you might use it?
| | 1 |
| What object is used to encapsulate a rowset?
a) DataSet
b) DataAdapter
c) DataRowSet
d) DataTable
| Syntax-Softtech | 2 |
| can u create two Primary key for a table?
--Sivaa | BirlaSoft | 8 |
| what is CLR? | PrimeLine | 3 |
| What are the new page events added in Asp.net 2.0 ? | Sapient | 5 |
| 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 |
| Should validation (did the user enter a real date) occur
server-side or client-side? Why? | | 2 |
| What combination of methods are used to improve the speed of
the fill() method of the DataAdapter?
a) BeginFillData() and EndFillData()
b) StartFillData() and EndFillData()
c) BeginLoadData() and EndLoadData()
d) StartLoadData() and EndLoadData()
| Syntax-Softtech | 2 |
| What is the base class of .NET? | | 5 |
| |
| For more ASP.NET Interview Questions Click Here |