Click here to Skip to main content
15,885,856 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
how can we send css file name from c#.net code to asp.net <link> tag



<u>C#</u>
String FirstFile = "First.css";
String SecondFile = "Second.css";


<u>ASP.NET</u>

<link rel="Stylesheet" runat="server" href=<big>FirstFile</big> />

in href how can i access SecondFile name from c#.net code

can you help me


Thanks
Sudheer.N
Posted

1 solution

use javascript to do your todo works it will help you more ..
 
Share this answer
 

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