Can we use User control outside application
Hi
Im creating a simple User Control in One Solution file. Then I opened another Project, and in .aspx page, Im unable to provide value to @Register Tag's Src Attribute. But When I include that UserControl in the same projects it works well. Is this possible for put Usercontrol in One project and Using that one from another one?
Im also used following code snipnet..
<%@ Register TagPrefix="uc1" Namespace="UC1" Assembly="UC1" %>
<uc1:WebUserControl1 id="dd" runat="server"/>
But it could not displayed anything...just blank screen.
Thanks.
TRS
|