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
Define the term Scavenging in Caching?
Explain swagger components.
How can I open ashx file in mobile?
What is the difference between session.abandon() vs clear()?
What is the difference between pathparam and queryparam?
What is the difference between user control and custom control?
Explain diff between dataset and datareader?
Where web.config file is used?
What is the default Orientation property in a Menu control?
What is advantage of asp.net?
What is use of Master Page in ASP.NET web pages?
What is latest version of asp.net mvc? : Asp.Net MVC
What is a 401 redirect?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
Explain transparent caching with aop?