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
What is garbage collection?
Garbage collection is a mechanism that allows the computer to detect when an object can no longer be accessed. It then automatically releases the memory used by that object (as well as calling a clean-up routine, called a "finalizer", which is written by the user). Some garbage collectors, like the one used by .Net, compacts memory and therefore decrease your programs working set.
How many types of Validation Controls are provided by ASP.Net?
What is the default executionTimeOut limit for that an ASP.Net request is allowed to run before it is automatically terminated?
Which is the process independent Session?
From which base class do the all Web forms inherit?
How do you turn off cookies for one page in your site?
What is the difference between ViewState and SessionState?
Can I still use the DataList and Repeater controls?
Between Windows Authentication and SQL Server Authentication, which one is trusted and which one is untrusted?
Explain the difference between server-side and client-side code?
How to find out what major and minor version of ASP.Net I am using?