Passing SqlDataReader to Repeater OK- April 1, 2003 I have made a post over at the asp.net forumsabout binding a SqlDataReader to a Repeater control but can't seem to get a straight answer. OK, I know I should be closing a DataReader when I'm finished with it, if I don't the connection doesn't get closed properly and after a while the web site will fall over. But what about when you are binding a DataReader to a Repeater or DataList control The DataReader is never closed, does the Repeater control handle this for me I have looked at 2...http://weblogs.asp.net/brichardson/archive/2003/04/02/4632.aspx |