E
Emil Christopher Melar
Hi, I just converted my project to ASP.NET 2.0 using the wizard.
Before, I had attributes on my control declarations:
[OrderEntryField("Number", "NumberType")]
protected System.Web.UI.WebControls.RadioButtonList rblNumberType;
Now they are gone.
How can I add attributes to controls now?
Thanks in advance!
Before, I had attributes on my control declarations:
[OrderEntryField("Number", "NumberType")]
protected System.Web.UI.WebControls.RadioButtonList rblNumberType;
Now they are gone.
How can I add attributes to controls now?
Thanks in advance!