| | |
Modifying head tag of parent file.
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
Right now, I have a project with a class of a custom control. I also have a project with an .aspx file and its back code that implements the control of my other class.
In the control's class, I need to write code that will add some javascript in the head tag of web pages that will use this control.
I found out that with this code:
I can do it but I need the users to add runat="server" to the head tag of their pages for it to work.
Does anyone know how I would do this without modifying the aspx file's head tag?
Thank you very much...
In the control's class, I need to write code that will add some javascript in the head tag of web pages that will use this control.
I found out that with this code:
C# Syntax (Toggle Plain Text)
System.Web.UI.HtmlControls.HtmlGenericControl a = (System.Web.UI.HtmlControls.HtmlGenericControl)this.Parent.Parent.Controls[1]; a.InnerHtml += "<script type=\"text/javascript\" src=\"" + "file.js\"></script>";
I can do it but I need the users to add runat="server" to the head tag of their pages for it to work.
Does anyone know how I would do this without modifying the aspx file's head tag?
Thank you very much...
![]() |
Similar Threads
- Flash Shopping Cart (Website Reviews)
- ASP Code Works on Local 127.0.0.1 but Not on ISP's Server (ASP)
- how to use a javascript menu in asp.net (ASP.NET)
- How to set up include file for navbar (HTML and CSS)
- Pictures (Java)
- Amazing Website Designs - How do they do this? (Site Layout and Usability)
- Layout in CSS (HTML and CSS)
Other Threads in the C# Forum
- Previous Thread: how to insert a combo box in c# data grid
- Next Thread: Problem with sql reader
| Thread Tools | Search this Thread |
.net access algorithm angle array asp.net barchart bitmap box broadcast c# capturing check checkbox client combobox control conversion csharp custom database datagrid datagridview dataset datetime dbconnection degrees delegate design development disappear draganddrop drawing encryption enum eventhandlers excel file firefox form format forms function gdi+ image index input install java label leak libraries list listbox loop mandelbrot math monodevelop mouseclick msword mysql operator path pause photoshop picturebox pixelinversion post programming radians regex remoting resourcefile richtextbox round server sleep socket sql statistics stream string table tcpclientchannel text textbox thread time timer update usercontrol validation virtualization visualbasic visualstudio webbrowser windows winforms wpf xml






