Question

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
Was it helpful?

Solution

Finally found some explanation. Look here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top