I have a <asp:panel defined on a asp.net 1.1 version.
I have some javascript that is executed on an action in the panel. This
works fine.
but
When I put the panel to an ascx file and then try to access the panel in the
same javascript it does not recognized the panel.
Protected WithEvents Panel4 As System.Web.UI.W ebControls.Pane l - has been
defined in the ascx.vb file
thanks
I have some javascript that is executed on an action in the panel. This
works fine.
but
When I put the panel to an ascx file and then try to access the panel in the
same javascript it does not recognized the panel.
Protected WithEvents Panel4 As System.Web.UI.W ebControls.Pane l - has been
defined in the ascx.vb file
thanks
Comment