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
Explain about Error handling and how this is done
Do while loops yes or no c#?
What is the c# equivalent of c++ catch (...), Which was a catch-all statement for any possible exception?
What is virtual class in C#?
Can constructor be protected in c#?
What is literal in c#?
What does out mean c#?
What is the difference between static class and singleton class in c#?
How do you serialize in c#?
Is arraylist faster than linkedlist?
Differentiate between object pooling and connection pooling in c#?
What is integer c#?
What is delegation in oops?
What is the advantage of static class in c#?
What is private protected in c#?