J
jazzart
Hi all,
I have been trying to implement cross page postback with a Repeater,
to no avail..
I have a Repeater on search.aspx which lists items from a database. In
each item template is a linkbutton that performs a cross page postback
to details.aspx.
On details.aspx I need to find the item in which the linkbutton was
selected. Is there any way at all to achieve this? Either by passing a
value (like the id of the data item), or by using FindControl to find
a textbox in that item.
I have searched high and low on google and various forums for a whole
day and have found nothing on this. All the examples I've found on
cross page postback reference static controls that are hard coded but
what about data bound items?
Any help would be greatly greatly appreciated.
Cheers,
Karen
I have been trying to implement cross page postback with a Repeater,
to no avail..
I have a Repeater on search.aspx which lists items from a database. In
each item template is a linkbutton that performs a cross page postback
to details.aspx.
On details.aspx I need to find the item in which the linkbutton was
selected. Is there any way at all to achieve this? Either by passing a
value (like the id of the data item), or by using FindControl to find
a textbox in that item.
I have searched high and low on google and various forums for a whole
day and have found nothing on this. All the examples I've found on
cross page postback reference static controls that are hard coded but
what about data bound items?
Any help would be greatly greatly appreciated.
Cheers,
Karen