Hey there!
So, I'm trying to do what I thought was a simple task... But I'm not getting anywhere... All I want to is to get some .js and .css files loaded by my WebPart. I'm using VS2008 + WSPBuilder. I've googled a lot about this but I couldn't find a decent answer. What I would like to know:
Where in the directory structure should I place those files? (eg. 12/TEMPLATE/OTHER? 80/wpresources/assembly_name?)
How can I reach those files? (using a relative path? getting the full path by some method?)
And finally, how can I add those files to the page's
<head>
?
Thanks in advance.. I've lost all my morning in these questions and i'm considering a career change! ;)