|
|
 |
Re: FN-FORUM: Asp.Net / C# HELP! P
date posted 9th January 2008 13:38
> I have a number of page menus using '.js' files. I need to programmatically add the appropriate file at a set location in the html, based on a given criteria.
>
> Can anyone offer some insight towards this? I recall using some c code that for this a long time ago., but can no longer find reference to this.
Is the html being generated programmatically? If so then you could
create an asp:literal at the point where you need it and write the js
to that.
|
 |
|