Click here to Skip to main content
15,888,351 members
Home / Discussions / Windows Forms
   

Windows Forms

 
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 
GeneralRe: Getting really simple simple-binding to work Pin
Nigel Mackay17-Jun-08 5:27
Nigel Mackay17-Jun-08 5:27 
AnswerRe: Getting really simple simple-binding to work Pin
Brady Kelly13-Jun-08 23:52
Brady Kelly13-Jun-08 23:52 
GeneralRe: Getting really simple simple-binding to work Pin
Nigel Mackay14-Jun-08 5:09
Nigel Mackay14-Jun-08 5:09 
QuestionFiltering a DataGridView bound to a BindingSource Pin
K.L.K12-Jun-08 12:45
K.L.K12-Jun-08 12:45 
Questionhi... Pin
SamRST11-Jun-08 2:42
SamRST11-Jun-08 2:42 
AnswerRe: hi... Pin
Giorgi Dalakishvili11-Jun-08 2:49
mentorGiorgi Dalakishvili11-Jun-08 2:49 
GeneralRe: hi... Pin
SamRST11-Jun-08 2:54
SamRST11-Jun-08 2:54 
GeneralRe: hi... Pin
Giorgi Dalakishvili11-Jun-08 3:16
mentorGiorgi Dalakishvili11-Jun-08 3:16 

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.