Click here to Skip to main content
15,890,336 members
Home / Discussions / C#
   

C#

 
AnswerRe: update query in windows application with ms access as database Pin
Christian Graus23-Jun-09 23:42
protectorChristian Graus23-Jun-09 23:42 
JokeRe: update query in windows application with ms access as database Pin
Sk9323-Jun-09 23:46
Sk9323-Jun-09 23:46 
QuestionDynamically show images in crystal report Pin
KIDYA23-Jun-09 23:06
KIDYA23-Jun-09 23:06 
AnswerRe: Dynamically show images in crystal report Pin
Sk9323-Jun-09 23:18
Sk9323-Jun-09 23:18 
Questioncodes on data or text mining Pin
awedreh23-Jun-09 22:51
awedreh23-Jun-09 22:51 
AnswerRe: codes on data or text mining Pin
Simon P Stevens23-Jun-09 22:56
Simon P Stevens23-Jun-09 22:56 
AnswerRe: codes on data or text mining Pin
Christian Graus23-Jun-09 23:04
protectorChristian Graus23-Jun-09 23:04 
AnswerRe: codes on data or text mining Pin
Manas Bhardwaj23-Jun-09 23:11
professionalManas Bhardwaj23-Jun-09 23:11 
AnswerRe: codes on data or text mining Pin
OriginalGriff24-Jun-09 3:40
mveOriginalGriff24-Jun-09 3:40 
QuestionHeirarchy in DataGridView Pin
Zeeshan Ahmed Memon23-Jun-09 22:36
Zeeshan Ahmed Memon23-Jun-09 22:36 
Questionhitachi 902 Pin
Tauseef A23-Jun-09 22:35
Tauseef A23-Jun-09 22:35 
QuestionRe: hitachi 902 Pin
ribe23-Jul-09 9:30
ribe23-Jul-09 9:30 
AnswerRe: hitachi 902 Pin
Tauseef A23-Jul-09 9:59
Tauseef A23-Jul-09 9:59 
QuestionRe: hitachi 902 Pin
Tauseef A23-Jul-09 10:00
Tauseef A23-Jul-09 10:00 
AnswerRe: hitachi 902 Pin
ribe23-Jul-09 10:08
ribe23-Jul-09 10:08 
GeneralRe: hitachi 902 Pin
Tauseef A23-Jul-09 20:35
Tauseef A23-Jul-09 20:35 
GeneralRe: hitachi 902 Pin
BalachandarD25-Jul-09 1:40
BalachandarD25-Jul-09 1:40 
QuestionDataGridViewComboBoxColumn Pin
mjelten23-Jun-09 22:01
mjelten23-Jun-09 22:01 
AnswerRe: DataGridViewComboBoxColumn Pin
Henry Minute23-Jun-09 23:52
Henry Minute23-Jun-09 23:52 
You should set the DataSource of the DataGridViewComboBoxColumn to your list of options. Then use the DisplayMember and ValueMember properties to set what is displayed and what is stored.

For examples Google for datagridview lookup column. there are loads of 'em.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: DataGridViewComboBoxColumn Pin
mjelten24-Jun-09 1:14
mjelten24-Jun-09 1:14 
GeneralRe: DataGridViewComboBoxColumn Pin
Henry Minute24-Jun-09 1:20
Henry Minute24-Jun-09 1:20 
GeneralRe: DataGridViewComboBoxColumn Pin
mjelten24-Jun-09 2:00
mjelten24-Jun-09 2:00 
GeneralRe: DataGridViewComboBoxColumn Pin
Henry Minute24-Jun-09 2:15
Henry Minute24-Jun-09 2:15 
QuestionRe: DataGridViewComboBoxColumn Pin
PunkIsNotDead26-Jun-09 7:42
PunkIsNotDead26-Jun-09 7:42 
AnswerRe: DataGridViewComboBoxColumn Pin
Henry Minute26-Jun-09 7:50
Henry Minute26-Jun-09 7:50 

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.