Participant
1154 Points
429 Posts
Dec 08, 2008 02:45 PM|SKT_01|LINK
Hello,
please use a script template:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test_Mobile_CSS.aspx.vb" Inherits="Test_Mobile_CSS" %> <%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <mobile:Form ID="Form1" Runat="server"> <mobile:DeviceSpecific ID="DeviceSpecific1" Runat="server"> <Choice Filter="isHTML32" Xmlns="http://schemas.microsoft.com/mobile/html32template"> <ScriptTemplate> <link rel="stylesheet" href="Common.css" type="text/css" /> </ScriptTemplate> </Choice> </mobile:DeviceSpecific> <mobile:TextBox ID="TextBox1" Runat="server"> </mobile:TextBox> <mobile:TextBox ID="TextBox2" Runat="server"> </mobile:TextBox> <mobile:TextBox ID="TextBox3" Runat="server"> </mobile:TextBox> </mobile:Form> </body> </html>
Participant
1154 Points
429 Posts
Re: How to include External css file in Mobile Application.
Dec 08, 2008 02:45 PM|SKT_01|LINK
Hello,
please use a script template: