Greetings all,
I am using a DataList to recreate an order form. I have some Header information and then the Order Details. I am trying to DataBind the Header information in the HeaderTemplate and I get no result. (no errors either)
Eg:
<aspataList id="dlOrders" runat="server" Width="100%">
<HeaderTemplate>
<asp:Label ID="lblOrderNumber" Runat="server"><%# DataBinder.Eval(Container.DataItem, "OrderNumber".ToString()%></asp:Label>
</HeaderTemplate>
and I get absolutely nothing. ANYHOO... I was wondering if I could work around this...
Or should I just re-think my datasource structure...
Jelly-beans for helpers =)
Daren J. Lahey
Just another computer guy...
If you are unsure of forum etiquette check here FAQ796-2540
I am using a DataList to recreate an order form. I have some Header information and then the Order Details. I am trying to DataBind the Header information in the HeaderTemplate and I get no result. (no errors either)
Eg:
<aspataList id="dlOrders" runat="server" Width="100%">
<HeaderTemplate>
<asp:Label ID="lblOrderNumber" Runat="server"><%# DataBinder.Eval(Container.DataItem, "OrderNumber".ToString()%></asp:Label>
</HeaderTemplate>
and I get absolutely nothing. ANYHOO... I was wondering if I could work around this...
Or should I just re-think my datasource structure...
Jelly-beans for helpers =)
Daren J. Lahey
Just another computer guy...
If you are unsure of forum etiquette check here FAQ796-2540