N
New User
I have a System.Web.UI.UserControl as custom control and
I have a javascript block for user control. The problem
is I want to bring src attribute from outside as property
or other method.
e.g <script language="JavaScript"
src="Scripts/filename.js"></script>
When I register this control (drop control) on aspx page
different than current folder in other words, when I have
aspx page few level down from root asp.net application
the src attribute does not work. Any ideas.... I am
really new to asp.net
I have a javascript block for user control. The problem
is I want to bring src attribute from outside as property
or other method.
e.g <script language="JavaScript"
src="Scripts/filename.js"></script>
When I register this control (drop control) on aspx page
different than current folder in other words, when I have
aspx page few level down from root asp.net application
the src attribute does not work. Any ideas.... I am
really new to asp.net