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

What is inheritance in csharp?

0 Answers  


Explain the mechanism of VB.NET/C# achieve polymorphism?

0 Answers   Siebel,


How can you overload a method?

6 Answers  


Describe the types of comments in c#?

0 Answers  


You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?

0 Answers  






Can a method be sealed in c#?

0 Answers  


What is indexer c#?

0 Answers  


Why do we use struct in c#?

0 Answers  


What exactly happens when we debug and build the program?

0 Answers  


What are value types in c#?

0 Answers  


What are the access allowed for compilation units(namespace),class and structs and what are its default access?

1 Answers   TCS,


What is public, private, protected, internal and internal protected?

0 Answers   QuestPond,


Categories