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 "View" Control in ASP.Net?
A container control, much like PlaceHolder, But designed for use as a child of MultiView. YOu can tell if given View is being displayed using Visible, or use the Activate and Deactivate events to detect changes in activation state.
What is the difference between Response.Write() and Response.Output.Write()?
What is typed dataset?
One Web Application can have only one Web config file - true or false?
What is "ReportViewer" control in ASP.Net?
What is a connection pool?
Explain the System.ComponentModel namespace in .Net Framework Class Library.
How to find out what major and minor version of ASP.Net I am using?
What is the difference between CTS and CLS in ASP.Net?
Explain the System.CodeDom namespace in .Net Framework Class Library.
What happens when you change the web.config file at run time?