ASP.Net2.0中自定义控件在page中的注册
来源:岁月联盟
时间:2006-10-19
在web.config 文件中全局注册自定义控件
<system.web>
<pages>
<controls>
<add tagPrefix="rx" assembly="HYLQ.Component" namespace="HYLQ.Component"/>
</controls>
</pages> 转自:动态网站制作指南 | www.knowsky.com
上一篇:关闭按钮点击事件的捕捉