Answer Posted / anandkbs
In debug compilation, assert takes in a Boolean condition as
a parameter, and shows the error dialog if the condition is
false. The program proceeds without any interruption if the
condition is true.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the different types of proxy patterns?
What are the new login controls in asp.net 2.0?
Explain asp.net mvc request life cycle? : asp.net mvc
What is asp short for?
Can you explain autopostback?
Why is global asax is used for?
How to bind all the binding controls in a page at once in ASP.NET?
Why we use content place holder in asp.net?
Explain how does asp page work?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is active web pages?
Explain the disadvantages of viewstate?
Why do we need a web application session?
What are merge modules?
What is the difference between session.abandon() vs clear()?