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 |
How can you set image source dynamically from c# application to ”test.png” file?
How does substring work in c#?
Can we have multiple constructors in a class c#?
What is difference between array and list in c#?
Explain the difference between the debug class and trace class?
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?
What is the difference between method overriding and method overloading?
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?
Define c# i/o classes?
Why do we use lambda expression in c#?
What Is A Multicast Delegate?
How to use reflection to call generic method?