Click here to Skip to main content
15,910,661 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to apply the settings to all webpages in current project

<head runar="server">

my project contains 700 web pages
Posted
Comments
Why do you need that?

1 solution

use find and replace control in visual studio and set search selection to current project or entire solution.

try search

HTML
<head>
and replace that with
ASP.NET
<head  runat="server">
 
Share this answer
 
v3
Comments
Karthik_Mahalingam 16-Jan-14 7:10am    
5! Good Answer
Member 10476757 22-Jan-14 4:32am    
Now how can i apply skinid for each button control to whole project
ravikhoda 22-Jan-14 5:29am    
again you can do same as above
replace <asp:button with <asp:button skinid="skinID" in your project.
Member 10476757 22-Jan-14 5:51am    
k now can i set page theme through web.config file dynamically bcoz im selecting theme from dropdownlist

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