<iewc:tabstrip id="iewcTabStrip" runat="server" TabSelectedStyle="background-color:#99ccff;" Height="20px"
Orientation="Horizontal" TargetID="iewcMPage">
<iewc:Tab Text="安全设置"></iewc:Tab>
<iewc:TabSeparator></iewc:TabSeparator>
<iewc:Tab Text="ASP.NET Ctrls"></iewc:Tab>
<iewc:TabSeparator></iewc:TabSeparator>
<iewc:Tab Text="Page 3"></iewc:Tab>
<iewc:TabSeparator DefaultStyle="height:100%;"></iewc:TabSeparator>
</iewc:tabstrip><iewc:multipage id="iewcMPage" style="BORDER-TOP: medium none" runat="server" Width="100%" Height="151px"
BorderColor="#99CCFF" BorderStyle="Solid" BorderWidth="1px" BackColor="White" ForeColor="Black">
<iewc:PageView id="Page1">
<TABLE id="Table1" style="BORDER-COLLAPSE: collapse" borderColor="#99ccff" cellSpacing="0"
cellPadding="3" width="100%" align="center" border="0">
<TR>
<TD bgcolor="#99ccff"><STRONG>前台新闻首页列表显示方式:</STRONG></TD>
</TR>
<TR>
<TD><FONT face="宋体">用户在登陆时输错几次密码,BLOCK该账号:
<asp:dropdownlist id="DropDownList1" runat="server"></asp:dropdownlist></FONT></TD>
</TR>
<TR>
<TD height="50">
<P align="center">
<asp:button id="btnSaveConfig" runat="server" Text="保存(S)"></asp:button>&nbsp;
<asp:button id="btnApply" runat="server" Text="应用(A)"></asp:button>&nbsp;<INPUT type="reset" value="重置(R)" name="attribute1"></P>
</TD>
</TR>
</TABLE>
</iewc:PageView>
<iewc:PageView id="Page2">
<h2 class="H2">Page 2
</h2>
<p class="P2">
<asp:Label Text="ASP.NET WebControls" runat="server" ID="Label1" NAME="Label1" />
<asp:Button Text="Click" runat="server" ID="Button1" NAME="Button1" />
</p>
</iewc:PageView>
<iewc:PageView id="Page3">
<h2 class="H2">Page 3
</h2>
<p class="P2">
Content of Page 3
</p>
</iewc:PageView>
</iewc:multipage>

解决方案 »

  1.   

    http://www.blueidea.com/bbs/newsdetail.asp?id=862992&posts=current
      

  2.   

    iewebcontrol
    微软官方提供,有源码 www.asp.net
      

  3.   

    bitsbird(一瓢.net) 说的不错,要学习。
      

  4.   

    我在www.asp.net上沒找到iewebcontrol的相關信息
    請各位大哥告之,謝謝!
      

  5.   

    你把qq号码贴出来,我传给你iewebcontrol
      

  6.   

    QQ群
    3912688
    探讨C#技术
      

  7.   

    使用iewebcontrol空间集,下在地址:
    http://www.asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1
      

  8.   

    blog的editpost页不就是这个样子吗?
    可是,原代码在哪里下载呢?