Can any one tell how to run chtml code in browser?
Hi,
I am developing code for cHTML10 in VS.Net 2005 .
How to run this chtml10 choice filter code in browser?
If i run this code in Interent Explorer i am getting blank screen .
Please give me suggestion about this.
Sample code:
<mobile:Form ID="LoginForm" Runat="server" Title="Login">
<mobile:DeviceSpecific ID="LoginFormDeviceSpecific" Runat="server">
<Choice Argument="true" Filter="isCHTML10" Xmlns="http://schemas.microsoft.com/mobile/chtml10template">
<HeaderTemplate>
<mobile:Label ID="LoginLabel" Runat="server">Login Label for cHTML</mobile:Label>
</HeaderTemplate>
</Choice>
</mobile:DeviceSpecific>
</mobile:Form>
Thanking you,
|