accessing row data from the repeater

T

Tommy

Is it possible to access the rowdata that the repeater is binding? Possibly
in the
ItemDataBound event?

Thanks

Tommy
 
R

Rami Saad

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")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top