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
What is difference between datalist and gridview?
What is the difference between the asp and asp.net?
Can you explain page lifecycle in net?
Define the types of configuration files.
Which methods validate all the controls on a page?
What is a global postback url?
If we remove web.config or machine.config from the application then, is this application will works?
What is rich control in asp.net?
How do u deploy ur project?
Why mvc is better than asp.net? : Asp.Net MVC
How do you implement sql caching in asp.net?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
How do we assign page-specific attributes?
What is difference between view state and session state?
Using code explain Configuration Management