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 console readkey in vb net?
Why singleton is sealed?
Define assert() method? How does it work?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is regex replace in c#?
What's the c# syntax to catch any possible exception?
How do you specify a custom attribute for the entire assembly?
What is the property of a class in c#?
Is inheritance possible in c sharp?
What is data quality assurance?
What is dbml file in c#?
What does dbml mean?
What are the two kinds of properties in c#.
How many constructors can a class have c#?
For methods inside the interface why can’t you specify the accessibility modifier?