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 Theme in ASP.Net?
Themes are a collection of CSS files, .skin files, and images applied to webcontrols on website. Themes do not replace the style sheets. It gives the common looks and feel to all webcontols in a simple way. Its allows to abstract the styles so that it can be reused.

In ASP.Net 2.0, a special folder named App_Themes in the root of your application is used to store themes. Each theme needed for your application is placed in a separate folder within the App_Themes folder.

What is "Literal" control in ASP.Net?
How is the DLL Hell problem solved in ASP.Net?
What is SingleCall activation mode used for?
What is code review?
How can you change a Master Page dynamically at runtime?
Can you programmatically access IIS configuration settings?
Is XML case-sensitive?
What DataReader class do in ADO.Net?
How can I read .doc document in ASP.Net?
What happens when you change the web.config file at run time?