I have a Label on a .Net page.
<asp:Label ID="Label5" runat="server"></asp:Label>
The control has the Style-property, but this is not shown if I try to set a property in markup/design mode (I think the tool is called IntelliSense). I would like to know
- why this is so
- if there are any other properties not showing up you know of
Finally found some explanation. Look here.