Answer Posted / subramaniam
By using themes.
using this themes we can give styling format for our web
applications
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What are query strings used for?
What is the use of web.config file?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Where web.config file is used?
Describe state management in asp.net?
Is asp.net is a programming language?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is the difference between user control an custom control?
Which protocol is used in a web api?
How can u deifne the benefits and limitation of using Viewstate for state management?
How to send a DataReader as a parameter to a remote client ?
What are the validation controls available in ASP.NET?
WSDL means?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?