Answer Posted / guest
Dispose is a method for realse from the memory for an
object.
For eg:
<object>.Dispose.
Finalize is used to fire when the object is going to
realize the memory.We can set a alert message to says that
this object is going to dispose.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain server-side scripting?
How can u debug your .net application?
What are validator? Name the validation controls in asp.net?
How does output caching work in ASP.NET?
What does asp stand for in asp.net?
What is the difference between the get method () and post method ()?
What is variable and constant in .net programming language?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What are the different kinds of assemblies?
What is strong-typing versus weak-typing?
In which event of the page life cycle, is the viewstate available?
What is enableviewstate in asp net?
What is difference between viewstate and session state in javascript?
How does a content page differ from a master page?