- 5
- 0
- 约5.55千字
- 约 33页
- 2017-08-15 发布于重庆
- 举报
用户定制控件.ppt
第7章 用户定制控件 7.1用户定制控件分类 用户控件 自定义用户控件 7.2 用户控件 类,扩展名.ascx 页面指令格式%@ control …..% 以源代码方式被引用和执行,不能独立运行(浏览器执行) 不包含htmlbodyform元素 用户不用预先编译,也不用放在bin目录 例 Pagelet.ascx font color=“red”hello /font 在pagelet.aspx中引用 %@register tagprefix=dai tagname=anexample src=pagelet.ascx % html body dai:anexample runat=server/ /body /html 创建用户控件 例:接收日期的文本框 DataBox.ascx asp:TextBox ID=txt runat=server / asp:CompareValidator ID=cv runat=server ControlToValidate=txt Operator=dataTypeCheck Type=date ErrorMessage=格式:yyyy-mm-dd / 使用用户控件 将用户控件拖到空页面内(07-01.aspx) %@ register %指令 Tagprefix 名字前缀 TagName 控件名 Src 用户控件文件 web页内
原创力文档

文档评论(0)