Click to See Complete Forum and Search --> : DataReader


enigmaos
June 10th, 2002, 03:16 PM
I'm trying to use a DataReader to retreive data and display them in a DataGrid (windows form), but I am having a trouble.

I don't know how to pass the data held in the DataReader to the DataGrid on a Windows form.

Anybody knows how?

Thanks!!!

pjpark
June 12th, 2002, 01:57 PM
See this thread: http://www.codeguru.com/forum/showthread.php?s=&threadid=193539

HTH,

pjp