I'm trying to figure out how to get this value in the code behind. Any way to do this?
returned <%# DataBinder.Eval(Container.DataItem, "PagesFound")%> results. Showing results 1
Its part of datalist, and when I try to get the count from the datalist it isn't correct. meaning if it the value from the databinder.eval above is "7", the item count from the datalist will show 2.