Is it possible to create web application with both webforms and mvc?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is the use of Administration tool in Asp.net 2.0?
Does google crawl redirects?
What are the different types of sessions in asp.net?
What is the use of session?
Who will magage un-managed code?
How do we invoke queries from the application?
Question asked by one of interviewer in panal is given below: We have 2 user control on same page ,1st user control contains textbox and a button while 2nd user control have label. when ever we click on button click of 1st custom control button the value of the textBox will get updated into Label of 2nd custom control. How to do this.Your help will be appreciated.
whats the purpose of AUTOPOSTBACK property for the controls in asp.net?
when will garbage collector run?
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?