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 is the concepts of globalization and localization in .net?
What is the use of session in web application?
List the asp.net validation controls?
Describe a bubbled event and how it is used ?
Which is better union or union all?
What is difference between web config and global asax?
How can we register exception filter globally?
Can you explain the importance of finalize method in .net?
What is x xss protection?
What is mvc in asp.net interview question? : Asp.Net MVC
Can we store object in viewstate?
What is the use of session?
What is the difference between union and structure?
What is the use of asp.net web api?
Is asp.net web forms dead?