A
AAaron123
Is it possible to replace the following with code in Page_load event.
I need for it to run after something else runs in Page_Load.
<aspataList runat="server" ID="DataListAll" RepeatColumns="1"
RepeatLayout="table"
RepeatDirection="horizontal" DataSourceID="ObjectDataSourceAll">
<ItemTemplate>
<%# Container.DataItem %>
</ItemTemplate>
</aspataList>
Thanks
I need for it to run after something else runs in Page_Load.
<aspataList runat="server" ID="DataListAll" RepeatColumns="1"
RepeatLayout="table"
RepeatDirection="horizontal" DataSourceID="ObjectDataSourceAll">
<ItemTemplate>
<%# Container.DataItem %>
</ItemTemplate>
</aspataList>
Thanks