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
Why did my request hang after I switch to SQLServer mode?
If you are using State Server or SQL Server mode, objects in the session state will be serialized and deserialized when a request is processed. So make sure your objects are serializable and their classes must be marked as so. If not, the session state will not be saved successfully.
What connections does Microsoft SQL Server support?
How to find out what version of ASP.Net I am using?
Can System.Net.Mail read email?
What is Windows-based authentication in ASP.Net?
What is Repeater Control in ASP.Net?
Is the session Timeout attribute a sliding timeout value?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Why is there no DataGrid control on the Toolbox?
Some ASP.Net acronyms are...
What are the ways to deploy an assembly?