Well, that might be a very good question. You see, I'm taking a asp.net class and to be honest, i'm still learning the ins and outs of this. Do you think you could show me an example of what should be done using a segment of my code? I've tried moving
it around myself aready and got some invalid results.
Thank you for the reply Ken!
Ken Tucker
Why are you calling reader.Read() before you bind? You should call ExecuteReader and then bind to the reader.
sab0tr0n
Member
2 Points
5 Posts
Re: Not getting all results from SqlDataReader
May 05, 2012 03:20 PM|LINK
Well, that might be a very good question. You see, I'm taking a asp.net class and to be honest, i'm still learning the ins and outs of this. Do you think you could show me an example of what should be done using a segment of my code? I've tried moving it around myself aready and got some invalid results.
Thank you for the reply Ken!