M
Milsnips
hi there,
i have a page with a repeater that is populated with my function called
GetList, that returns an arraylist of my custom object, lets say its called
Products{ProductID, Description, Price}
Now, if the datasource of the repeater is something like DataSet or
SQLDataReader and i'm returning the records, not the arraylist of "Products"
objects, in the aspx code i can use <%#
Container.DataItem("ProductID")%>....
How can i show the data in this forn <%# Container.Dataitem.....etc.%> so i
can read the Property value, eg. Products.Description, or Products.Price??
thanks for anyone's help.
Paul
i have a page with a repeater that is populated with my function called
GetList, that returns an arraylist of my custom object, lets say its called
Products{ProductID, Description, Price}
Now, if the datasource of the repeater is something like DataSet or
SQLDataReader and i'm returning the records, not the arraylist of "Products"
objects, in the aspx code i can use <%#
Container.DataItem("ProductID")%>....
How can i show the data in this forn <%# Container.Dataitem.....etc.%> so i
can read the Property value, eg. Products.Description, or Products.Price??
thanks for anyone's help.
Paul