bind css to web user control
-
can anybody tell me how to bind css file to web user control! as if im using master page,i can bind css file but i want to know if there is any way to add tag for css in web user control!
Spurple wrote:
i want to know if there is any way to add tag for css in web user control!
You are talking about Custom user control? You can simple add the css reference like you did in same other page. Please correct me if my understanding of your question is wrong.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net My Latest Article : IIS Remote Debugging
-
can anybody tell me how to bind css file to web user control! as if im using master page,i can bind css file but i want to know if there is any way to add tag for css in web user control!
you need to bind the css once in a page.just include it in the master page that will be available in the entire page.i e you webusercontrol will also be able access the css if master page is applied on the page.
Cheers!! Brij Check My Latest Article