Tagged Questions
5
votes
2answers
181 views
Allowing any property/attribute on a server/usercontrol
I've noticed that on most, if not all, standard web controls in the System.Web.UI.WebControls namespace, you can add any properties you want to them without crashing the page.
Take the asp:Button ...