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.
Answer Posted / 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 View All Answers
What is the use of ispostback in c#?
What is a property c#?
What is difference between Enum and Struct?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Can you create sealed abstract class in c#?
What is the property of a class in c#?
Explain static class members.
Can properties be overloaded in c#?
Is Facebook a desktop application?
Why do we use methods in c#?
Can constructor be protected in c#?
how encapsulation is implemented in c#
What do you mean by delegates and explain different types of delegates?
What is a template class?
What is the main usage of keyword “virtual†? How does it work for a method or property?