EDIT:
Please ignore me, it is Friday here in "sunny" Scotland and I must have been half asleep when i posted this.
<
pages>
<controls>
<add namespace="Microsoft.Web.UI" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
<add namespace="Microsoft.Web.UI.Controls" assembly="Microsoft.Web.Atlas" tagPrefix="atlas"/>
<add tagPrefix="data" assembly="AtlasTest.NetTiers.Web" namespace="AtlasTest.NetTiers.Web.Data"/>
<add tagPrefix="data" assembly="AtlasTest.NetTiers.Web" namespace="AtlasTest.NetTiers.Web.UI"/>
</controls>
</pages>
DOUGH!!! ![Big Smile [:D]](/emoticons/emotion-2.gif)
David
Origional Post:
"Please excuse me if the answer to my question is obvious, but i have recently started working with NetTiers and Atlas for my DAL and AJAX functionality instead of writing my own.
My question is on your example, as below, you are using "<data:". Where does this come from? Is it your own custom object or am i completely misunderstanding your example?
Thanks in advance, David
<data:CustomersDataSource ID="CustomersDataSource1" runat="server"
SelectMethod="GetPaged" EnablePaging="true" EnableSorting="true"/>"