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.
<asp
ataList runat="server" ID="DataListAll" RepeatColumns="1"
RepeatLayout="table"
RepeatDirection="horizontal" DataSourceID="ObjectDataSourceAll">
<ItemTemplate>
<%# Container.DataItem %>
</ItemTemplate>
</asp
ataList>
Thanks
I need for it to run after something else runs in Page_Load.
<asp
RepeatLayout="table"
RepeatDirection="horizontal" DataSourceID="ObjectDataSourceAll">
<ItemTemplate>
<%# Container.DataItem %>
</ItemTemplate>
</asp
Thanks