What is the difference between dispose() and finalize()?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

In what order do the events of an ASPX page execute, As a developer is it important to understand these events?

4 Answers  


What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object

7 Answers   Bunzl Vending, Syntax Softtech,


Where session variables are stored?

0 Answers  


How do cookies work? Give an example of their abuse.

0 Answers  


What is the difference between table and query?

0 Answers  






When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


What are the differnt types of handler in ASP.NET?

0 Answers   Sans Pareil IT Services,


Can we have multiple master pages in asp net?

0 Answers  


Explain about secure socket layer?

0 Answers  


What is Assert Method ?

2 Answers  


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

0 Answers  


Define the steps to set up validation control.

0 Answers  


Categories