当前位置: 代码迷 >> ASP.NET >> asp.net移动控件开发有关问题
  详细解决方案

asp.net移动控件开发有关问题

热度:4266   发布时间:2013-02-25 00:00:00.0
asp.net移动控件开发问题
新手一枚,web网站都没做过的我竟然被要求开发wap网站。
我用mobile控件开发的,在页面里添加了两个command控件:
<mobile:Form id="FormGGText" runat="server" Title="公告">
  <mobile:command ID="backGG" Runat="server" format="Button" OnClick="backGG_OnClick" SoftkeyLabel="back" BreakAfter="False">返回公告</mobile:command>
  <mobile:command ID="backSY" Runat="server" format="Button" OnClick="backSY_OnClick" SoftkeyLabel="back">返回首页</mobile:command>
</mobile:Form>
用Openwave模拟器为什么会显示这样的效果呢:

怎么会自己加上编号的呢?

------解决方案--------------------------------------------------------
看這個控件
http://www.componentsource.com/products/51degrees-mobi-dotnet-framework/index-cny
  相关解决方案