How to make user controls know about css classes in ASP.NET

后端 未结 4 685
青春惊慌失措
青春惊慌失措 2020-11-28 22:10

Since there are no header sections for user controls in asp.net, user controls have no way of knowing about stylesheet files. So css classes in the user controls are not rec

4条回答
  •  爱一瞬间的悲伤
    2020-11-28 22:25

    You Can use CSS direct in userControl.

    Use this in UserControl:

     
         
        
     
    

    This will work.

提交回复
热议问题