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.



Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from whe..

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

Post New Answer

More C Sharp Interview Questions

How can you set image source dynamically from c# application to ”test.png” file?

0 Answers  


How does substring work in c#?

0 Answers  


Can we have multiple constructors in a class c#?

0 Answers  


What is difference between array and list in c#?

0 Answers  


Explain the difference between the debug class and trace class?

0 Answers  


i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?

2 Answers  


What is the difference between method overriding and method overloading?

0 Answers  


hi, is compulsory .net knowledge need for biztalk server training. if need, how far?.tell me some info abt real time instructors in hyd or other?

0 Answers  


Define c# i/o classes?

0 Answers  


Why do we use lambda expression in c#?

0 Answers  


What Is A Multicast Delegate?

0 Answers   Siebel Systems,


How to use reflection to call generic method?

0 Answers  


Categories