| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How do you add a javascript function for a link button in a
datagrid ? | Microsoft | 4 |
| 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 |
| with which controls you worked in Asp.net 2.0?
| HP | 2 |
| what is CLR? | PrimeLine | 3 |
| What base class do all Web Forms inherit from? | | 1 |
| About dataset and data mining ? | Cognizent | 1 |
| How can you change a Master page dynamically in which event
of page life cycle? | Fulcrum-Logic | 2 |
| What is boxing and unboxing ? | Accenture | 6 |
| Where can we set the specific variables for a application
and Session objects ? | | 2 |
| What is strong name and which tool is used for this? | Accenture | 3 |
| 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 |
| Explain what a diffgram is and a good use for one? | Syntax-Softtech | 1 |
| What is the name of the process the browser uses to find the
address of a web server?
a) DMZ
b) DNS
c) Active Directory
d) Database lookup
| Syntax-Softtech | 1 |
| what is the auto option in XML ? | | 1 |
| Suppose you want a certain ASP.NET function executed on
MouseOver over a certain button. Where do you add an event
handler? | | 1 |
| Why does a user need nothing more than a Web browser to view
ASP.NET pages?
| | 1 |
| What is the difference between a session object and cache object | CitiGroup | 2 |
| Differentiate session and cookie
| | 1 |
| What are the Application_Start and Session_Start
subroutines used for? | | 5 |
| How do you register a .NET assembly? | Microsoft | 3 |
| |
| For more ASP.NET Interview Questions Click Here |