What is CSS? What is the advantage os using CSS in ASP.NET
Web Applications?
Answers were Sorted based on User's Feedback
Answer / kautilya
CSS stands for cascading style sheet. where one can define
the style which will be helpful in acheiving uniform look
up of the application.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / srikanth
CSS stands for Cascading Style Sheets. CSS is used to give
a feel and look to the web pages, which will be unique
throughout the application. In other words it's just like a
thin layer above the webpage to give the web page a good
appearance.
Is This Answer Correct ? | 6 Yes | 2 No |
What is css in asp.net?
How do we invoke queries from the application?
What are the advantages of asp.net mvc framework? : asp.net mvc
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Describe Segmentation With Paging?
if i have a web page, and after the postback i dont to maintain the viewstate. How can we maintain in web application?
What is the purpose of each of the validation controls provided by ASP.NET?
What is a Windows Service and how does its life cycle differ from a standard EXE?
What is customer control and user control?
In asp.net 3.5 we can go one page to onther page without using statemanagment concept?
What are the Types of session management in ASP.NET
Can master pages be nested?