Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my code :
<asp:DataList ID="repeaterItems" runat="server" OnItemCommand="repeaterItems_ItemCommand">
<itemtemplate>
<a href="#" target="_blank"><%# DataBinder.Eval(Container.DataItem, "ItemName") %></a>
<%# DataBinder.Eval(Container.DataItem, "ItemDescription") %>
</itemtemplate>

When the user clicks the itemname at run time, i need the text value.
how to code for that? i tried with linkbutton also...
Posted
Updated 21-Feb-13 5:57am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900