`
hecal
  • 浏览: 75101 次
社区版块
存档分类
最新评论

TabStrip和MultiPage的安装和使用

 
阅读更多

1.下载IEWebControls.exe并安装,在C:/Program Files/IE Web Controls/下有文件build.bat
2.使用开始->所有程序->Miscrosoft Visual Studio .NET 2003->Visual Studio .NET Tools的
自带工具Visual Studio .NET 2003 Command Prompt,在dos窗口里执行build.bat,在
C:/Program Files/IE Web Controls/build下生成Microsoft.Web.UI.WebControls.dll
c:/Inetpub/wwwroot/下创建目录webctrl_client/1_0dos窗口里
执行C:/Program Files/IE Web Controls 目录下README.txt文件里的
xcopy /s /i ./build/Runtime c:/Inetpub/wwwroot/webctrl_client/1_0 /y命令

3.点vb.net的Tools->Add/Remove Toolbox Items...,在弹出的窗口Customize Toolbox的
.NET Framework Components里,点Browse...,选择生成的Microsoft.Web.UI.WebControls.dll
4.在Toolbox的Web Forms选项卡里就会出现4个新的控件TabStrip、MultiPage、Toolbar、TreeView
5.选择TabStrip、MultiPage放在WebForm上,命名为TabStrip1、MultiPage1,点TabStrip1的items
选项添加2个tab,在TabStrip1的TargetID里输入MultiPage1,TabStrip1和MultiPage1的关联完成了
6.在MultiPage1的前台代码里的<iewc:multipage id="MultiPage1"...></iewc:multipage>之间添加代码
<iewc:pageview id="page1">
<asp:Button id="Button1" runat="server" Text="Button1">
</asp:Button>
</iewc:pageview>
<iewc:pageview id="page2">
<asp:Button id="Button2" runat="server" Text="Button2">
</asp:Button>
</iewc:pageview>
7.在后台代码里注册这两个button
Protected WithEvents Button1 As System.Web.UI.WebControls.Button
Protected WithEvents Button2 As System.Web.UI.WebControls.Button
8.为这两个button添加事件
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
....
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
.....
End Sub

分享到:
评论

相关推荐

    treeview,toolbar,TabStrip,MultiPage控件

    treeview,toolbar,TabStrip,MultiPage控件的源碼,編譯,安裝及使用說明

    漂亮的ComponentArtWebUI及Demo源码(商业版带安装序列号)part1

    MultiPage (分页) Snap (抓取) TreeView (树形列表) Dialog (对话框) NavBar (导航条) Splitter (框架分离) WebChart Lite (图表) &lt;br&gt;如果涉及到安装序列号,请填写:3JKX6-YJW6X-GJJDP app_data为应用...

    ASP.NET控件合集

    IEWebControls,Microsoft Internet Explorer WebControls for ASP .NET. 微软的ASP.NET控件合集。有TabStrip Web和MultiPage Web控件(制作选项卡式页面),Toolbar Web控件(工具条式页面),TreeView Web控件

    asp.net专家疑难解答200问源码

    92.如何使用TabStrip Web和MultiPage Web控件制作选项卡式页面 93.如何使用Toolbar Web控件制作工具条式页面 94.如何识别Toolbar Web控件中哪个按钮激发的ButtonClick事件 95.如何使用TreeView Web控件 96.如何...

    Graph VB 参考

    请使用此标识符 CheckBox Forms.CheckBox ComboBox Forms.ComboBox CommandButton Forms.CommandButton Frame Forms.Frame Image Forms.Image Label Forms.Label ListBox Forms.ListBox MultiPage Forms.MultiPage ...

    漂亮的ComponentArtWebUI及Demo源码(商业版带安装序列号)part2

    MultiPage (分页) Snap (抓取) TreeView (树形列表) Dialog (对话框) NavBar (导航条) Splitter (框架分离) WebChart Lite (图表) &lt;br&gt;如果涉及到安装序列号,请填写:3JKX6-YJW6X-GJJDP app_data为应用...

    asp.net专家疑难解答200问

    如何使用TabStrip Web和MultiPage Web控件制作选项卡式页面 93.如何使用Toolbar Web控件制作工具条式页面 94.如何识别Toolbar Web控件中哪个按钮激发的ButtonClick事件 95.如何使用TreeView Web控件 ...

    ComponentArtWebUI商业源码

    专为ASP.NET而设计:为三个先进且更强大的框架而设计:ASP.NET 1.0, ASP.NET 2.0和ASP.NET AJAX。 强大的客户端呈现技术:行业中最先进的Web用户界面技术。 ComponentArt Web.UI 包含以下用户界面控件 Calendar...

    漂亮的ComponentArtWebUI web界面

    漂亮的ComponentArtWebUI及Demo源码 产品特征: ...如果涉及到安装序列号,请填写:3JKX6-YJW6X-GJJDP app_data为应用到的Sql和Access数据库文件 documentation下为官方的相关文档 DllCode下为控件的源码

    ComponentArt Web.UI 2008.1(源码+完美无限制DLL+官方实例)

    Calendar (日历) Grid (表格) Rotator (旋转器) TabStrip (标签) CallBack (回调) Menu (菜单) SiteMap (地图) ToolBar (工具条) ComboBox (组合框) MultiPage (分页) Snap (抓取) TreeView (树形列表) ...

    漂亮的ComponentArtWebUI及Demo源码

    Grid (表格) Rotator (旋转器) TabStrip (标签) CallBack (回调) Menu (菜单) SiteMap (地图) ToolBar (工具条) ComboBox (组合框) MultiPage (分页) Snap (抓取) TreeView (树形列表) Dialog (对话框) ...

    Programming Excel With Vba And .net.chm

    Table of Contents | Index Programming Excel with VBA and .NET Preface Part I: Learning VBA Chapter 1.... Section 1.1.... Section 1.2.... Section 1.3.... Section 1.4.... Section 1.5.... Section 1.6....

Global site tag (gtag.js) - Google Analytics