当前位置: 首页 > 图文教程 > 网络编程 > ASP.NET > 页面包含的处理

ASP.NET
HTML服务器控件介绍:HtmlInputFile控件
HTML服务器控件介绍:HtmlInputHidden控件
HTML服务器控件介绍:HtmlInputImage控件
HTML服务器控件介绍:HtmlInputRadioButton控件
HTML服务器控件介绍:HtmlInputText控件
HTML服务器控件介绍:HtmlSelect控件
HTML服务器控件介绍:HtmlTable控件
HTML服务器控件介绍:HtmlTableCell控件
HTML服务器控件介绍:HtmlTableRow控件
HTML服务器控件介绍:HtmlTextArea控件
Web服务器控件:AdRotator控件
Web服务器控件:Button控件
Web服务器控件:Calendar控件
Web服务器控件:CheckBox控件
Web服务器控件:CheckBoxList控件
Web服务器控件:DropDownList控件
Web服务器控件:HyperLink控件
Web服务器控件:Image控件
Web服务器控件:ImageButton控件
Web服务器控件:Label控件

ASP.NET 中的 页面包含的处理


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-13   浏览: 171 ::
收藏到网摘: n/a

我们经常会要用到页面的包含这样东西.
在asp.net 我开始也还是习惯用asp中的include 用起来感觉很麻烦.
我把asp.net 常用的3种方法写在这
1.<script>
<script src="top.aspx" runat="server"/>
2.include
<!-- INCLUDE file="top.aspx" -->
<!-- INCLUDE virtual="/my/top.aspx">
3. 使用用户控件
用户控件提供灵活的功能.