CryoEnix
Well-known member
Hi there guys, Ive managed to populate a dataset with a table (from a SQL query), and Im trying to access the data in it directly instead of binding it to a dataGrid. How would I go about this? Say I had the following Table:
ID Name Password
1 Bob BobsPassword
2 Colin ColinsPassword
I want something like:
dataG.Column["name"].Row[0] to equal "bob"
dataG.Column["id"].Row[1] to equal "2"
I cant seem to navigate my way through the web of properties myself - please help!
ID Name Password
1 Bob BobsPassword
2 Colin ColinsPassword
I want something like:
dataG.Column["name"].Row[0] to equal "bob"
dataG.Column["id"].Row[1] to equal "2"
I cant seem to navigate my way through the web of properties myself - please help!