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 are the concepts of dispose method?
What is private class in c#?
What is the difference between read and readline in c#?
What is literal control
What is method in c#?
Can a struct inherit from an interface in c#?
What are extender provider components?
What is a nullreferenceexception?
What are generics in c#.net?
How to implement delegates in c#.net
What is dll hell, and how does .net solve it?
What is the major difference between a custom control and user control?
What Is A Satellite Assembly?
If a child class instance is created, which class constructor is called first - base class or child class?
What is the difference between “constant” and “readonly” variables in c#?