D
Dave Adams
Hi,
I have mutliple repeaters that have the viewstate set to "true", but when I
try to capture the e.item.dataitem in the Repeater_ItemCommand(object
source, System.Web.UI.WebControls.RepeaterCommandEventArgs e) event, it
comes up as null. I simply want to display the information in the repeater
line item in a more "user-friendly" fashion below the repeater in question.
How is it possible to capture the e.item.dataitem object on postback for
this control? Can the datalist and/or datagrid do so?
Thanks!
Dave Adams
I have mutliple repeaters that have the viewstate set to "true", but when I
try to capture the e.item.dataitem in the Repeater_ItemCommand(object
source, System.Web.UI.WebControls.RepeaterCommandEventArgs e) event, it
comes up as null. I simply want to display the information in the repeater
line item in a more "user-friendly" fashion below the repeater in question.
How is it possible to capture the e.item.dataitem object on postback for
this control? Can the datalist and/or datagrid do so?
Thanks!
Dave Adams