aharris2693
Programmer
Is there any way to pull data from a dataset and put it into a variable? I would think that this would be very easy, but the only way I can find to do it is by binding an object and then making the variable into that objects text. I am used to programming using ASP, but am trying to learn VB.net. In ASP, it would be as simple as dbRS("ID"
, is there something like this in VB.net? Any help would be greatly appreciated.