|
-
February 7th, 2004, 11:51 AM
#1
<ItemTemplate> to codebehind
Hi,
I would like to use this feature but in the codebehind. I'm reading from an example text and everything is not codebehind.
I would appreciate if you could help me on this.
<form runat=server>
<asp ataList id="MyDataList" runat="server"
BorderColor="black"
BorderWidth="1"
GridLines="Both"
CellPadding="4"
CellSpacing="0"
>
<ItemTemplate>
<%# ((DictionaryEntry)Container.DataItem).Key %> :
<%# ((DictionaryEntry)Container.DataItem).Value %>
</ItemTemplate>
</asp ataList>
</form>
Please help
Yours sincerely
Andla
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|