- PR -

ASP.NET(Mobile) ObjectListのフォントサイズについて

1
投稿者投稿内容
ろぴ
会議室デビュー日: 2004/02/15
投稿数: 4
投稿日時: 2009-03-26 05:32
皆様はじめまして

現在、
XP(Professional)
.NET 2005

で、モバイルサイトを作成しているのですが、
ObjectListのFont.Sizeプロパティで設定した値が、
HTML結果として表示されません。

IEで表示すると、Fontタグが出力されます。
エミュレータや、携帯端末ですと出力されません。


▼デザイナソース

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="testPage.aspx.cs" Inherits="testPage" %>

<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>

<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<html xmlns="http://www.w3.org/1999/xhtml" >
<body>
<mobile:Form id="FormSchool" title="Form1" BackColor="White" runat="server" Paginate="True">
<mobile:ObjectList id="olstSchool" runat="server" CommandStyle-StyleReference="subcommand" LabelStyle-StyleReference="title" Font-Size="Small">
<Field Name="testName" DataField="testName"></Field>
</mobile:ObjectList> </mobile:Form>
</body>
</html>


原因または、回避策などありましたら、
アドバイス頂けないでしょうか。

以上どうぞ宜しくお願い致します。



1

スキルアップ/キャリアアップ(JOB@IT)