Posted by Alec on Mon, 13 Jul 2009, in SQL
For some reason, DataBinder.Eval(Container.DataItem, "id") will not work in li tag within the item template of a repeater. I had to use this:
((System.Data.DataRow)Container.DataItem)["id"].ToString()