Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i m working asp.net C# with vs10

It creates Style Css Automatically I want to stop it
How Should i stop it not to let it create automatically????

(eg)
CSS
<style type="text/css">
     .style3
     {
         width: 0px;
     }
     .style7
     {
         width: 0px;
     }
     .style8
     {
         width: 0px;
     }
     .style10
     {
         width: 0px;
     }
     .style11
     {
         width: 0px;
     }
     .style20
     {
         width: 175px;
     }
     .style24
     {
         width: 0px;
     }
     .style25
     {
         width: 0px;
     }
     .style26
     {
         width: 0px;
     }
     .style28
     {
         width: 0px;
     }
     .style37
     {
         width: 165px;
     }
     .style40
     {
         width: 0px;
     }
     .style51
     {
         width: 0px;
     }
     .style57
     {
         width: 0px;
     }
     .style58
     {
         width: 0px;
     }
     .style59
     {
         width: 0px;
     }
     .style60
     {
         width: 159px;
     }
     .style62
     {
         width: 95px;
     }
     .style63
     {
         width: 124px;
     }
     .style64
     {
         width: 114px;
     }
 </style>
Posted
Updated 31-May-10 2:44am
v2
Comments
Sandeep Mewara 31-May-10 9:21am    
How is it getting created automatically?

1 solution

http://forums.asp.net/p/1405552/3058005.aspx
 
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