E
Edwin Knoppert
In this case i want to execute some ASP.NET code from a location near a
webcontrol.
Usually no problem except i need to include a js file and best would be in
the HEAD.
It's not useful at the end.
Inserting the js include before this control is also ok.
From page_load or _init it works well, not when i move this near the
control.
The line is not produced.
Using:
Page.ClientScript.RegisterClientScriptInclude("theuniquetaghere", sFilename)
Yes, due (flawed) design multiple inserts can happen.
ASP.NET still includes one as desired.
webcontrol.
Usually no problem except i need to include a js file and best would be in
the HEAD.
It's not useful at the end.
Inserting the js include before this control is also ok.
From page_load or _init it works well, not when i move this near the
control.
The line is not produced.
Using:
Page.ClientScript.RegisterClientScriptInclude("theuniquetaghere", sFilename)
Yes, due (flawed) design multiple inserts can happen.
ASP.NET still includes one as desired.