I have a repeater bound to a datasource, in the itemtemplate for the repeater i have a link button
im using stuff like:
<%# Eval("myfield") %>
to get data for the item.i need a linkbutton in there that when clicked I can access all the properties relevant to that item in the onclick event handler in the backend.
how do i access the other properties of a paticular item, when a button within the itemtemplate is clicked.
thanks