J
Jibber
I have a custom radio button class (MyRadioButtonList) inherited from
System.Web.UI.Controls.RadioButtonList. The control is contained in a
standard class file - not a user control. When I try to use it in a web form
..aspx using the following code, I receive "directive is missing a 'src'
attribute" and "Unknown server tag 'MY:MyRadioButtonList' errors. This
worked in 1.1, but does not work in 2.0 - or possibly just in VS2005. What
am I doing wrong?
<%@ Register TagPrefix="MY" TagName="MyRadioButtonList" %>
<MY:MyRadioButtonList ID="myID" Runat="server">
</MY:MyRadioButtonList>
System.Web.UI.Controls.RadioButtonList. The control is contained in a
standard class file - not a user control. When I try to use it in a web form
..aspx using the following code, I receive "directive is missing a 'src'
attribute" and "Unknown server tag 'MY:MyRadioButtonList' errors. This
worked in 1.1, but does not work in 2.0 - or possibly just in VS2005. What
am I doing wrong?
<%@ Register TagPrefix="MY" TagName="MyRadioButtonList" %>
<MY:MyRadioButtonList ID="myID" Runat="server">
</MY:MyRadioButtonList>