I have a datalist
is is possible in this to put another datalist? I have tried adding a datalist in the but get: "Object reference not set to an instance of an object." when I try and load the data in the second datalist.
Code:
<asp:datalist id="dlstEmps" runat="server>
<HeaderTemplate>
Some Code...
</HeaderTemplate>
<ItemTemplate>
Some Code..
[bold]<asp:datalist id="datalist2" runat="server>
<ItemTemplate>some code..</ItemTemplate>
</asp:datalist>[/bold]
</ItemTemplate>
<FooterTemplate>
Some Code...
</FooterTemplate>
</asp:datalist>
is is possible in this to put another datalist? I have tried adding a datalist in the but get: "Object reference not set to an instance of an object." when I try and load the data in the second datalist.