Click here to Skip to main content
15,917,061 members
Home / Discussions / C#
   

C#

 
GeneralRe: Best way of Data Sync Pin
fearless stallion4-Jan-07 20:44
fearless stallion4-Jan-07 20:44 
GeneralRe: Best way of Data Sync Pin
Nader Elshehabi4-Jan-07 21:54
Nader Elshehabi4-Jan-07 21:54 
AnswerRe: Best way of Data Sync Pin
Pete O'Hanlon4-Jan-07 1:59
mvePete O'Hanlon4-Jan-07 1:59 
GeneralRe: Best way of Data Sync Pin
fearless stallion4-Jan-07 2:01
fearless stallion4-Jan-07 2:01 
GeneralRe: Best way of Data Sync Pin
Pete O'Hanlon4-Jan-07 2:35
mvePete O'Hanlon4-Jan-07 2:35 
GeneralRe: Best way of Data Sync Pin
fearless stallion4-Jan-07 3:04
fearless stallion4-Jan-07 3:04 
GeneralRe: Best way of Data Sync Pin
Pete O'Hanlon4-Jan-07 3:49
mvePete O'Hanlon4-Jan-07 3:49 
Questiondatatable Pin
fmardani3-Jan-07 23:44
fmardani3-Jan-07 23:44 
Several combo boxes on the UI winform are populated using a DataTable. ie. dtUsers
dtUsers is a table in a dataset.
Several combo boxes are populated using this datatable.

Not sure why when an item in one of the combo boxes is selected, then all the other combo boxes get changed too.

This is a sample of how the combo boxes are populated:

dtUsers = dsUsers.Tables["Users"];
cbo1.DataSource = dtUsers;
cbo1.DisplayMember = "Name";
cbo1.ValueMember = "UserID";
AnswerRe: datatable Pin
robmays3-Jan-07 23:54
robmays3-Jan-07 23:54 
AnswerRe: datatable [modified] Pin
Nader Elshehabi4-Jan-07 0:49
Nader Elshehabi4-Jan-07 0:49 
QuestionHow to add a form in a dockpanel Pin
GunaChinna3-Jan-07 22:51
GunaChinna3-Jan-07 22:51 
AnswerRe: How to add a form in a dockpanel Pin
Pete O'Hanlon3-Jan-07 23:16
mvePete O'Hanlon3-Jan-07 23:16 
GeneralRe: How to add a form in a dockpanel Pin
GunaChinna4-Jan-07 0:56
GunaChinna4-Jan-07 0:56 
GeneralRe: How to add a form in a dockpanel Pin
Sk8tz4-Jan-07 1:21
professionalSk8tz4-Jan-07 1:21 
AnswerRe: How to add a form in a dockpanel Pin
Robert Rohde4-Jan-07 2:59
Robert Rohde4-Jan-07 2:59 
QuestionHow to store a "VARIANT" varible via .NET ? Pin
Clark Nu China3-Jan-07 22:43
Clark Nu China3-Jan-07 22:43 
AnswerRe: How to store a "VARIANT" varible via .NET ? Pin
Ed.Poore3-Jan-07 22:47
Ed.Poore3-Jan-07 22:47 
QuestionTaking Snap-Shots... HOW??? Pin
tario3-Jan-07 22:09
tario3-Jan-07 22:09 
AnswerRe: Taking Snap-Shots... HOW??? Pin
Martin#3-Jan-07 22:19
Martin#3-Jan-07 22:19 
AnswerRe: Taking Snap-Shots... HOW??? Pin
Nader Elshehabi4-Jan-07 0:16
Nader Elshehabi4-Jan-07 0:16 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Martin#4-Jan-07 0:33
Martin#4-Jan-07 0:33 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Nader Elshehabi4-Jan-07 0:53
Nader Elshehabi4-Jan-07 0:53 
GeneralRe: Taking Snap-Shots... HOW??? Pin
DavidNohejl4-Jan-07 1:21
DavidNohejl4-Jan-07 1:21 
GeneralRe: Taking Snap-Shots... HOW??? Pin
Nader Elshehabi4-Jan-07 1:35
Nader Elshehabi4-Jan-07 1:35 
GeneralRe: Taking Snap-Shots... HOW??? Pin
DavidNohejl4-Jan-07 1:58
DavidNohejl4-Jan-07 1:58 

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.