The asp.net mobile controls Label has a backcolor property. How do I get that to be passed through to the markup that gets sent to the client?
Consider this:
this color doesn't get applied client side, even if I go to the site with a desktop browser, which should be detected as supporting that sort of thing.
What am I doing wrong?
Thanks
Consider this:
Code:
<mobile:Label ID="Label4" Runat="server" BackColor="blue">Label Text</mobile:Label>
this color doesn't get applied client side, even if I go to the site with a desktop browser, which should be detected as supporting that sort of thing.
What am I doing wrong?
Thanks