How do you use css in asp.net?
Answers were Sorted based on User's Feedback
Answer / amit
Example,
1 . First u create a css file
2 . write below line between <head></head>
<link href="style.css" rel="stylesheet" type="text/css" />
that will aplay to partuclar page level
| Is This Answer Correct ? | 92 Yes | 15 No |
Answer / chithy
Its Cascading Style Sheet. Allows to set different styles
for the controls that we are using in ASP.net
| Is This Answer Correct ? | 84 Yes | 12 No |
Answer / amit patel
* Follow Belowe steps
1) Create CSS File
2) Add App_Theme Folder in Solution Explorer
3) Create New Folder named Theme in App_Theme folder
4) Put Css into Theme Folder
5) in Page Directive of any pages of .net put beolwe line
<%Page Theme="Theme" %>
| Is This Answer Correct ? | 30 Yes | 9 No |
Answer / murali
1. You can create stylesheet in solution explorer
2. write the css code
3. write and include this code in asp.net tag page
<link rel="stylesheet" type="text/css"
href="....\...\Sample.CSS" />
| Is This Answer Correct ? | 18 Yes | 9 No |
Answer / pradeep goyal
1. note down the css code on notepad & add in the project.
2.now go to on project web page's source code then write in
<head> tag
<link rel="stylesheet" type="text.css" href="file.css"/>
3. Run the project and see css will be display
| Is This Answer Correct ? | 5 Yes | 6 No |
Answer / akriti
first including css file in head tag.style="text/css" then
using <style> tag.then within style tag defining class u
want to apply..like .style1{font:red}
then including this class in particular tag..
<h1 class=style1>This is css</h1>
| Is This Answer Correct ? | 15 Yes | 21 No |
What is a 404 redirect?
What is the main function of url routing system in asp.net mvc? : asp.net mvc
Can we use the java script code in .Net Code behind?
Every Validation controls have same option ?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Differences between “dataset” and “datareader”.
In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?
What is dynamic web page with example?
How is a session stored and maintained in asp.net?
What data type does the Range Validator control support?
What is difference between web api and web services?
What is server side session management?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)