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 ViewState and SessionState?
ViewState persist the values of controls of particular page in the client (browser) when post back operation done. When user requests another page previous page data no longer available.

SessionState persist the data of particular user in the server. This data available till user close the browser or session time completes.

Why is there no DataGrid control on the Toolbox?
What is a strong name key file?
What is System.Web.Mail?
What are the ways to deploy an assembly?
What is SingleCall activation mode used for?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What data types do the RangeValidator control support?
What is a formatter in ASP.Net Remoting?
How does ASP.Net page works?
Can you programmatically access IIS configuration settings?