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!!!
Printable View
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!!!
See this thread: http://www.codeguru.com/forum/showth...hreadid=193539
HTH,
pjp