What threading model used in asp and asp.net?
Is it possible to use two versions of assembly at the same time?If possible explain with code?
what is cross page posting
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is Pre-Render event in ASP.NET?
How do you sign out from forms authentication?
State differences between MVC and WebAPI
What is voluum?
What kind of data we can store in viewstate?
How Web Service help? What is the difference between Remoting & Web Servcies?
What is custom events? How to create it?
There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.
One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?