I am create user control but css classes is not show in user control. so plz tell me how to embed css file in web user control?
User Control
Hi,
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek JainPosted Sep 13, 2013, 3:05 AM
So if you want to do so it is better to provide the path of CSS from the code behind of the user control like this:
Try this code on Page Load.
Regards
AJ