在Asp.net 2.0中调用用户控件的步骤
方法一: 直接拖放的用户控件
<!--这是某个aspx页-->
.....
<%@RegisterSrc="TestControl.ascx"TagName="TestControl"TagPrefix="MyControl"%>
.....
<MyControl:TestControlID="TestControl1"runat="server"/>
.....
.....
<%@RegisterSrc="TestControl.ascx"TagName="TestControl"TagPrefix="MyControl"%>
.....
<MyControl:TestControlID="TestControl1"runat="server"/>
.....
本文地址:http://www.45fan.com/a/question/68442.html