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 / 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 |
Name the property of the textbox which cannot be changed at runtime?
What is Inheritance in C#?
Explain the steps to create satellite assembly?
What is a linked list c#?
What is parallel programming in c#?
What is sorting in c#?
How do I format a string in c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is the main purpose of delegates in c#?
How does substring work in c#?
How many constructor can a class have?
What are the different generaions of Garbage Collection and how do they work