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 the difference between Session.Abandon() and Session.Clear()?
The major practical difference is that if you call Session.Abandon(), Session_End will be fired (for InProc mode), and in the next request, Session_Start will be fired. Session.Clear( ) just clears the session data without killing it.
What is the Satellite assembly ?
What is "DetailsView" Control in ASP.Net?
How many objects does ADO.Net have and what are they?
How to find out what major and minor version of ASP.Net I am using?
Can you have two files with the same file name in GAC?
How to merge data in two DataSet objects?
How can you provide an alternating color scheme in a Repeater control?
What is an assembly manifest in ASP.Net?
How do you define the lease of the object?
How can I see what assemblies are installed in the global assembly cache?