Answer Posted / kavitha
AspCompat is an attribute used in the @ Page directive. It
specifies whether or not to execute an ASP.NET page on a
single-threaded apartment (STA). It works as a
compatibility option. The default value of this attribute
is false. Setting this attribute to true creates an
apartment of type STA for the page. This allows the page to
call STA components, such as the components developed with
Microsoft Visual Basic 6.0.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the disadvantages of asp.net?
What are the different session state management options available in asp.net?
Explain repository pattern in asp.net mvc? : asp.net mvc
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain difference between dataset and recordset?
How many types of state management are there in asp net?
Explain different types of Caching techniques in ASP.NET?
How many types of cache are there?
What are validator? Name the validation controls in asp.net? How do you disable them?
How asynchronous call can be implemented using delegates?
Explain client-side scripting?
Define a web service in .net?
Explain asp.net application life cycle?
What are Session states available and its Uses?
Can we have multiple web config files for an asp.net application?