Link to home
Start Free TrialLog in
Avatar of p1tter_pattter
p1tter_pattter

asked on

dataset or bindingSource? (C# / C Sharp)

Hi,
(first gotta tell ya, Im a total newbie)
Heres the progress so far, I have successfully got the data from a varchar thats called ex1 from the database into a textbox called ex1_textbox.
My dataset name is: settingsDataset1
my bindingsource name is: bindingSource1
my tableadaptername is _SettingsTableTableAdapter

How can i access the dataset via code?
For example:
MessageBox.Show("The dataset of EX1 is:" + <WHAT CODE COMES HERE?)

Then i want to do something like this:

(begin the edit)
ex1=ex1+"something";
(end the edit and update the database)

Thats it... am totally confused...

thanks in advance!
Avatar of Reza Rad
Reza Rad
Flag of New Zealand image

use a Grid View to bind your data set , and show the data, you can add ability to update and delete data too
Avatar of p1tter_pattter
p1tter_pattter

ASKER

Thanks!
I'll check them out...
Just checked those links out, they seem a bit too advanced for me :(

This is my entire app (its small really)
http://ezee.se/xmas/SplashScreen.rar

and im just trying to save the edits made in the "settings" form which contains 2 checkboxes and 1 textbox..

can you have a look please?
ASKER CERTIFIED SOLUTION
Avatar of lopband
lopband

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thx