(1)首先需要安装iewebcontrols.msi
(2)然后在html代码添加<%@import namespace=”microsoft.web.ui.webcontrols” %>
<%@ register tagprefix=”ie” namespace=”microsoft.web.ui.webcontrols” assembly=”microsoft.web.ui.webcontrols, version=1.0.2.226, culture=neutral, publickeytoken=31bf3856ad364e35″ %>
(3)下面试我开发系统的一个页面,仅供参考
<ie:tabstrip id=”tabstrip1″ style=”z-index: 103; left: 8px; position: absolute; top: 75px” runat=”server” bordercolor=”lightskyblue” borderstyle=”inset” tabselectedstyle=”background-color:#ffffff;color:green;” tabhoverstyle=”color:red;” tabdefaultstyle=”background-color:white;font-family:verdana;font-weight:bold;font-size:8pt;color:blue;width:79;height:21;text-align:center;” targetid=”multipage1″ autopostback=”true”>
<ie:tab text=”查看数据”></ie:tab>
<ie:tab text=”查看图形”></ie:tab>
</ie:tabstrip>
<ie:multipage id=”multipage1″ style=”z-index: 100; left: 7px; position: absolute; top: 101px” runat=”server” height=”546px” width=”796px” bordercolor=”#8080ff” borderstyle=”double”>
<ie:pageview>
<asp:datagrid id=”datagrid1″ style=”z-index: 101;left: 100px;position: absolute” runat=”server” width=”600px” allowsorting=”true” autogeneratecolumns=”false” backcolor=”white” borderwidth=”1px” borderstyle=”none” bordercolor=”#3366cc” cellpadding=”4″ pagesize=”16″ allowpaging=”false” enableviewstate=”true”>
<selecteditemstyle font-size=”smaller” font-bold=”true” horizontalalign=”center” forecolor=”#ccff99″ verticalalign=”middle” backcolor=”#009999″></selecteditemstyle>
<edititemstyle font-size=”smaller” horizontalalign=”center” verticalalign=”middle”></edititemstyle>
<alternatingitemstyle font-size=”smaller” horizontalalign=”center” verticalalign=”middle”></alternatingitemstyle>
<itemstyle font-size=”smaller” horizontalalign=”center” forecolor=”#003399″ verticalalign=”middle” backcolor=”white”></itemstyle>
<headerstyle font-size=”smaller” horizontalalign=”center” forecolor=”#ccccff” verticalalign=”middle” backcolor=”#003399″></headerstyle>
<footerstyle height=”1px” forecolor=”#003399″ backcolor=”#99cccc”></footerstyle>
<columns>
<asp:boundcolumn datafield=”stcd” headertext=”站名”></asp:boundcolumn>
<asp:boundcolumn datafield=”ymdhm” sortexpression=”ymdhm” headertext=”时间”></asp:boundcolumn>
<asp:boundcolumn datafield=”zr” headertext=”水位” dataformatstring=”{0:n2}”></asp:boundcolumn>
<asp:editcommandcolumn buttontype=”linkbutton” updatetext=”<img src=webimages/ok.gif border=0 align=absmiddle alt=”更新”>” headertext=”编辑” canceltext=”<img src=webimages/cancel.gif border=0 align=absmiddle alt=”取消”>” edittext=”<img src=webimages/edit.gif border=0 align=absmiddle alt=”编辑”>”></asp:editcommandcolumn>
<asp:buttoncolumn text=”<img src=webimages/delete.gif border=0 id=btnremove align=absmiddle alt=”删除”>” headertext=”删除” commandname=”delete”></asp:buttoncolumn>
</columns>
<pagerstyle horizontalalign=”left” forecolor=”#003399″ backcolor=”#99cccc”></pagerstyle>
</asp:datagrid>
</ie:pageview>
<ie:pageview>
<asp:image id=”image1″ style=”z-index: 104;left=10px;position: absolute; top: 65px” runat=”server” width=”401px” height=”168px”></asp:image>
</ie:pageview>
</ie:multipage>
tabstrip和multipage的使用-.NET教程,评论及其它
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » tabstrip和multipage的使用-.NET教程,评论及其它
相关推荐
-      VS2010的aspx文件中的html代码的格式化方法
-      .net 反序题目的详细解答第1/2页
-      asp.net创建html文本文件实例
-      比较完整的 asp.net 学习流程
-      官网 Ext direct包中.NET版的问题
-      C# XML操作 代码大全(读XML,写XML,更新,删除节点,与dataset结合等)第1/2页
-      c# 连接字符串数据库服务器端口号 .net状态服务器端口号
-      asp.net教程:简单的C#图片上传代码或C#文件上传代码