I am using the entity framework (ef) and am getting the following error:
\"The result of a query cannot be enumerated more than once.\".
if you getting this type of error so I suggest you used to stored proc data as usual list then binding the other controls because I also get this error so I solved it like this ex:-
repeater.DataSource = data.SPBinsReport().Tolist(); repeater.DataBind();
try like this