Im using SPDataSource to bind a sharepoint list to a repeater control
within the itemtemplate of the repeater i am using things such as
im trying to get an id for the list item, ideally something like a guid eg
<%# Eval("GUID") %>
but the above does not work... how can i get a guid? btw i did <%# Eval("ID") %> this worked however it returns a number e.g 1, 2, 3..
ideally i want something more like a guid.
thanks