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’s thread.sleep() in threading ?
Where are value types stored in c#?
How do partial classes work in c#?
What are strong name assemblies?
Can we override interface methods in c#?
What is the data encapsulation?
What are the concepts of dispose method?
Explain the difference between a Private Assembly and a Shared Assembly
Why we use get and set property in c#?
Tell me the difference between call by value and call by reference.
How to parse a date time string?
Explain the difference between and xml documentation tag?
Can you pass parameters to destructors?
Is std :: string null terminated?
What is sealed class in c#?