Click here to Skip to main content
15,899,679 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: data binding across multiple forms Pin
SomeGuyThatIsMe17-Jun-08 3:21
SomeGuyThatIsMe17-Jun-08 3:21 
QuestionDatetimePicker Control Time Format Pin
somagunasekaran16-Jun-08 2:04
somagunasekaran16-Jun-08 2:04 
AnswerRe: DatetimePicker Control Time Format Pin
Christian Graus16-Jun-08 2:37
protectorChristian Graus16-Jun-08 2:37 
GeneralRe: DatetimePicker Control Time Format Pin
led mike16-Jun-08 6:53
led mike16-Jun-08 6:53 
GeneralRe: DatetimePicker Control Time Format Pin
Christian Graus16-Jun-08 11:49
protectorChristian Graus16-Jun-08 11:49 
QuestionHow to set project path to a folder in windows application Pin
charanbura15-Jun-08 22:29
charanbura15-Jun-08 22:29 
AnswerRe: How to set project path to a folder in windows application Pin
Ashfield16-Jun-08 1:34
Ashfield16-Jun-08 1:34 
GeneralRe: How to set project path to a folder in windows application Pin
charanbura16-Jun-08 17:47
charanbura16-Jun-08 17:47 
QuestionWindows API double click Pin
Chris_McGrath15-Jun-08 16:22
Chris_McGrath15-Jun-08 16:22 
QuestionTreeview Control - Issue with [modified] Pin
Rome'14-Jun-08 21:40
Rome'14-Jun-08 21:40 
QuestionUse of CSS file in Windows form in C#.Net project [modified] Pin
Member 476460913-Jun-08 20:57
Member 476460913-Jun-08 20:57 
AnswerRe: Use of CSS file in Windows form in C#.Net project Pin
Ashfield15-Jun-08 22:14
Ashfield15-Jun-08 22:14 
QuestionVertical Title Windows Pin
EvgeniX13-Jun-08 17:08
EvgeniX13-Jun-08 17:08 
AnswerRe: Vertical Title Windows Pin
Kristian Sixhøj13-Jun-08 19:47
Kristian Sixhøj13-Jun-08 19:47 
QuestionWindow closing for IE dialogs Pin
Andy Brummer13-Jun-08 9:04
sitebuilderAndy Brummer13-Jun-08 9:04 
QuestionGetting really simple simple-binding to work Pin
Nigel Mackay13-Jun-08 5:21
Nigel Mackay13-Jun-08 5:21 
Hi
DataSet with 14 columns. (Only 1 row).

Form with 14 textboxes.

While initialising, each textbox is bound to the dataset:
txtWhatever.Databindings.Add("Text", dsValues, "TableName.ColumnName");

Each textbox displays the values from the dataset.

Changing the values in a textbox does not change the dataset. According to all documentation, it should.

Why won't it work with me?

I don't want to display the data in a single-row datagridview,
because it doesn't really make sense to the user.

Otherwise, I'll have to use no databinding, and on form load populate each textbox, and update the dataset on loss of focus for each textbox.

Thanks,
Nigel
AnswerRe: Getting really simple simple-binding to work Pin
darkelv13-Jun-08 5:58
darkelv13-Jun-08 5:58 
GeneralRe: Getting really simple simple-binding to work Pin
Nigel Mackay13-Jun-08 6:11
Nigel Mackay13-Jun-08 6:11 
GeneralRe: Getting really simple simple-binding to work Pin
darkelv16-Jun-08 1:41
darkelv16-Jun-08 1:41 
GeneralRe: Getting really simple simple-binding to work Pin
Nigel Mackay16-Jun-08 4:46
Nigel Mackay16-Jun-08 4:46 
GeneralRe: Getting really simple simple-binding to work Pin
darkelv16-Jun-08 5:22
darkelv16-Jun-08 5:22 
GeneralRe: Getting really simple simple-binding to work Pin
Nigel Mackay17-Jun-08 4:18
Nigel Mackay17-Jun-08 4:18 
GeneralRe: Getting really simple simple-binding to work Pin
darkelv16-Jun-08 19:57
darkelv16-Jun-08 19:57 
GeneralRe: Getting really simple simple-binding to work Pin
Nigel Mackay17-Jun-08 4:22
Nigel Mackay17-Jun-08 4:22 
GeneralRe: Getting really simple simple-binding to work Pin
darkelv17-Jun-08 5:20
darkelv17-Jun-08 5:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.