Click here to Skip to main content
15,908,455 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I design web application in asp.net
I created masterpage and other simple static aspx page which is are child of master page.

In master page I created header and calling css file.

When I publish and uploaded in host, my application.
Master file content not supporting.

Can any body help to solve this problem

It's very urgent

Please respond fast

Thanks in advance
Ashwini
Posted

1 solution

hi aswini


use "run="server" in head tag

<head runat="server">
<title>Untitled Page</title>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>

hope it will help...
thanks
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900