Knowledge Walls
Gopal Rao
Mumbai, Maharashtra, India
Passcode:
How to refer a stylesheet in aspx page in asp.net
2921 Views
Introduction 
Inside the head tag write this.
Syntax
<head>
<link href="styleSheetPath" rel="stylesheet" type="text/css" />
</head>
Example
<head>
<link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
</head>
Next Topics
Next lessons of current book.
Best Lessons of "Asp.net/Ado.net/C#.net(Dotnet)"
Top lessons which are viewed more times.
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details