In a datalist, you usually extract row data with a FindControl on a control that is assigned a value via a databind using say, Eval.
What if in your datalist, there is no bind to an ASP.NET server control? It's in a datalist, "straight up", in say a table cell or on its own.
You can't do a FindControl, so is it possible to extract a row value if it's not bound and not a datakey?