User974422131 posted
StyleSheet not working in the mobile application , i m using ASp.NET 2.0 .
when i run this application on Windows browser it is working fine, but on the mobile deveice ( i m using Nokia 3230 ), stylesheet and simple html tags like <font>, bgcolor etc are not working.. do i need to put something in the web.config
??
Sample code of what i m doing
<Mobile:StyleSheet
ID="StyleSheet1"
runat="server">
<Style
name="Count"
ForeColor="green"
/>
</Mobile:StyleSheet>
<mobile:Label
ID="Lbl_Count"
Runat="server"
StyleReference="Count"
></mobile:Label>
please help me out in the regards, anyhelp will be highly appreciated
Thanks