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 Types of configuration files and their differences
Where is the main method in c#?
What is the default value of date?
What is the difference between parse and tryparse in c#?
Why use “using” in c#?
To catch any possible exception What is the C# syntax written ?
Explain the clr triggers?
What is the extension of c# file?
What is an interface class? Give one example of it
What are the Types of assemblies that can be created in dotnet
Why linq is having select clause at the end?
Does c# support multiple class inheritance?
What is the difference between string keyword and system.string class?
What is the difference between ref and out parameters in c#?
What do you mean by for each loop?