Tuesday, March 15, 2011

ASP.NET MVC UserControl requires css/javascript

I have a user control (a user details form) which has a lot of javascript and css attached to it. i'm struggling to make my control decalre that it needs a certain file so it will be included in the "head" section of the html.

I also wonder what happens if i enter mutiple instances of a control (the is no InamingContainer or anything similiar).

From stackoverflow

0 comments:

Post a Comment