Hi,
I use sqldatareader. But ı'm searching and found multiple using. I using sqldatareader and gridview datasource,bind. No if no while and this status working.
But used like this in other sources. if(dr.hasrows) and while(dr.read()) . But this using not coming first data.
Which component do I need to use?
Thanks