I have a repeater associated with a data source, in the itemtemplate for a repeater I have a link button
im using things like:
<% # Eval ("myfield")%>
to get data for an item.I need a link button, which, when clicked, can access all the properties related to this element in the onclick event handler in the backend.
how can I access the other properties of the paticular element when the button in the itemtemplate element is clicked.
thanks
source
share