P
Peter
Hi,
I have an <asp:Repeater> on my page. In the repeater I have
LinkButtons, which when clicked cause an "OnItemCommand" method to be
called.
In my "OnItemCommand" method, I notice that the e.Item.DataItem
property is null. Is this normal? Is it possible to have this property
return the original DataItem which has used when popultaing the
Repeater control? (I can see that the DataItem is set as I expected on
OnItemDataBound, but not in the OnItemCommand).
Thanks,
Peter
--
I have an <asp:Repeater> on my page. In the repeater I have
LinkButtons, which when clicked cause an "OnItemCommand" method to be
called.
In my "OnItemCommand" method, I notice that the e.Item.DataItem
property is null. Is this normal? Is it possible to have this property
return the original DataItem which has used when popultaing the
Repeater control? (I can see that the DataItem is set as I expected on
OnItemDataBound, but not in the OnItemCommand).
Thanks,
Peter
--