Hi,
I am new to ASP.NET.
I moved my UC to the web.config file:
<add tagPrefix="myXML" src="~/UC/articleList.ascx
" tagName="articleList" /> and link to it in the page:
<myXML:articleList ID="articleList" runat="server" />
I was wondering does the same sort of option exist for linking the XMLDataSource in a central manner /and if so how? So would only need:
<asp:XmlDataSource id="XmlSourceFeature" runat="server" />
Thanks
Tania
Start Free Trial