I just made an User Control with some parameters to be filled.
<uc1:Graph ID="uc1Graph" runat="server" property1="Name" property2="XValue" />
Now, my question is:
- How to make the property1 be a required field?
The developer must fill the Name of graph(property1), otherwise it must not work and some error message should appear in runtime, ooor even better, in the design mode
Thank you for your time ! :D