How do you add Javascript file programmatically to the user control?
I want the user control to be a complete package - ie I don\'t want to have to add javascript th
In my site I Place all needed scripts and styles to placeHolder
and
Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Page.Header.Controls.Add(phHead) End Sub