Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
How do you define the lease of the object?
The lifetime of the server object is determined by the lifetime lease. This is defined by implementing ILease interface when writing the class code.

OR

You can define the lease of the object by implementing the ILease interface at the code time.
What happens when you change the web.config file at run time?
What are the new features in ASP.Net 2.0?
What are assemblies?
What are .Net data types?
What is Web.Config File?
What is the the Page_Load Event in ASP.Net?
What is logging?
Some ASP.Net acronyms are...
How can you detect if a viewstate has been tampered?
How to get a cookie?