T Tommy Nov 7, 2004 #1 Is it possible to access the rowdata that the repeater is binding? Possibly in the ItemDataBound event? Thanks Tommy
Is it possible to access the rowdata that the repeater is binding? Possibly in the ItemDataBound event? Thanks Tommy
R Rami Saad Nov 11, 2004 #2 Email received from sender: --------------------------------------------------------------- From: Tommy Date Posted: 11/6/2004 10:23:00 PM Please disregard.. I figured out my problem. Dim oRV As DataRowView = e.Item.DataItem Dim iVal As Integer = oRV.Item("fieldname")
Email received from sender: --------------------------------------------------------------- From: Tommy Date Posted: 11/6/2004 10:23:00 PM Please disregard.. I figured out my problem. Dim oRV As DataRowView = e.Item.DataItem Dim iVal As Integer = oRV.Item("fieldname")