Hi!!! my question is how we can apply or do Themes in
C#.NET? please any sample or website from where i can get
the answer.



Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from whe..

Answer / bikas pandey

You Need To Create A Theme File By Just Selecting Web Site
And Creating A Theme File Example Theme1

And Write The Code In Code-Behind Page
Page.Theme="Theme1";

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Name the property of the textbox which cannot be changed at runtime?

0 Answers  


What is Inheritance in C#?

0 Answers   B-Ways TecnoSoft,


Explain the steps to create satellite assembly?

0 Answers  


What is a linked list c#?

0 Answers  


What is parallel programming in c#?

0 Answers  






What is sorting in c#?

0 Answers  


How do I format a string in c#?

0 Answers  


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

0 Answers  


What is the main purpose of delegates in c#?

0 Answers  


How does substring work in c#?

0 Answers  


How many constructor can a class have?

0 Answers  


What are the different generaions of Garbage Collection and how do they work

4 Answers  


Categories