What do we Understand by the word "THEME" in asp.net ?

 Posted by Chvrsri on 12/28/2010 | Category: ASP.NET Interview questions | Views: 6021 | Points: 40
Answer:

Theme is a group of property settings that allows to define the look and feel of the controls to be consistent through out the Web Application .

One of the advantage with themes is unlike CSS we can even Design server side controls like for example Treeview the style of rendering elements into the browser can be changed as per our wish.

Here we can even change entire Web Application look and feel by just changing the theme properties.

Hence these Themes could be very much useful for UI development of a web application


Source: My Own. | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: SheoNarayan on: 12/28/2010 | Points: 10
I feel the explanations needs to be rephrased to make it more clear and easily understandable. There is a typo in the last sentence (these is repeated).

Thanks!
Posted by: Chvrsri on: 12/28/2010 | Points: 10
Hi Sheo Narayan,

I updated my post.Please tell me whether this is ok or not.I felt this is better than before.
Posted by: SheoNarayan on: 12/28/2010 | Points: 10
Much better, thanks Chvrsri!

Keep it up!

Login to post response