Answer Posted / alpesh
there are only two types
1). Inproc
2). OutProc
OutProc is also have three subtypes
a). StateServer
b). SQL Server
c). Custome
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
If you are using components in your application, how can you handle exceptions raised in a component?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is comparevalidator?
Describe the Server Control Events of ASP.NET?
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
Where the viewstate is stored after the page postback?
What are the advantages of asp.net?
How does u call and execute a sp in .net?
Why do we use web config?
How can you make sure that web api returns json data only?
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?
How do you declare static variable? What is its lifetime?
What is a 1x1 pixel?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What are the layouts of ASP.NET Pages?