Hi,
I am implementing a web application and i faced the following problem:
I have a User control with it's own styles and js files, when i add the user control to the page and i try to validate the murkup i get error due to the fact that the user control's styles and js are in the body of the page in stead of the head. i would like to expose the page head to add from my web application user controls the styles and js files directly into the page head. have you got any suggestion? i did not get any good solution online yet
thanks in advance