Click here to Skip to main content
15,905,323 members
Home / Discussions / C#
   

C#

 
AnswerRe: Action keyword question Pin
Henry Minute14-Dec-10 12:36
Henry Minute14-Dec-10 12:36 
AnswerRe: Action keyword question Pin
SciGama14-Dec-10 12:47
SciGama14-Dec-10 12:47 
GeneralRe: Action keyword question Pin
Manfred Rudolf Bihy14-Dec-10 12:51
professionalManfred Rudolf Bihy14-Dec-10 12:51 
GeneralRe: Action keyword question Pin
SciGama14-Dec-10 13:59
SciGama14-Dec-10 13:59 
AnswerRe: Action keyword question Pin
RaviRanjanKr14-Dec-10 18:25
professionalRaviRanjanKr14-Dec-10 18:25 
QuestionXML Serialization of ArrayList? Pin
Software200714-Dec-10 11:22
Software200714-Dec-10 11:22 
AnswerRe: XML Serialization of ArrayList? Pin
Henry Minute14-Dec-10 11:40
Henry Minute14-Dec-10 11:40 
GeneralRe: XML Serialization of ArrayList? [modified] Pin
Software200714-Dec-10 13:56
Software200714-Dec-10 13:56 
AnswerRe: XML Serialization of ArrayList? Pin
Hiren solanki14-Dec-10 19:45
Hiren solanki14-Dec-10 19:45 
GeneralRe: XML Serialization of ArrayList? Pin
Software200715-Dec-10 2:52
Software200715-Dec-10 2:52 
AnswerRe: XML Serialization of ArrayList? Pin
Hiren solanki15-Dec-10 2:58
Hiren solanki15-Dec-10 2:58 
GeneralRe: XML Serialization of ArrayList? Pin
Henry Minute15-Dec-10 2:26
Henry Minute15-Dec-10 2:26 
GeneralRe: XML Serialization of ArrayList? [modified] Pin
Software200715-Dec-10 2:55
Software200715-Dec-10 2:55 
GeneralMessage Removed Pin
15-Dec-10 3:20
Software200715-Dec-10 3:20 
GeneralRe: XML Serialization of ArrayList? Pin
Henry Minute15-Dec-10 3:29
Henry Minute15-Dec-10 3:29 
GeneralRe: XML Serialization of ArrayList? Pin
Software200715-Dec-10 3:46
Software200715-Dec-10 3:46 
GeneralRe: XML Serialization of ArrayList? Pin
Henry Minute15-Dec-10 3:52
Henry Minute15-Dec-10 3:52 
GeneralRe: XML Serialization of ArrayList? Pin
Software200715-Dec-10 3:58
Software200715-Dec-10 3:58 
QuestionUse a ComboBoxCell to update textboxcell on a Binded Datagridview Pin
olibara14-Dec-10 4:04
olibara14-Dec-10 4:04 
AnswerRe: Use a ComboBoxCell to update textboxcell on a Binded Datagridview Pin
Henry Minute14-Dec-10 5:40
Henry Minute14-Dec-10 5:40 
GeneralRe: Use a ComboBoxCell to update textboxcell on a Binded Datagridview Pin
olibara14-Dec-10 6:28
olibara14-Dec-10 6:28 
GeneralRe: Use a ComboBoxCell to update textboxcell on a Binded Datagridview Pin
Henry Minute14-Dec-10 7:10
Henry Minute14-Dec-10 7:10 
A ComboBoxColumn is made up of ComboBoxCells so to get a ComboBoxCell all you have to do is set that Column to be a ComboBoxColumn.

Here[^] is a sample using a ComboBoxColumn, work through it and see if it is anywhere near your requirements.

Pretty much anything that can be done in code can be done through the designer for DataGridViews. Look here[^] for an example.
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: Use a ComboBoxCell to update textboxcell on a Binded Datagridview Pin
Henry Minute14-Dec-10 7:58
Henry Minute14-Dec-10 7:58 
GeneralRe: Use a ComboBoxCell to update textboxcell on a Binded Datagridview Pin
olibara14-Dec-10 23:30
olibara14-Dec-10 23:30 
QuestionEvent for checking if a delegate/anonymous method result changed Pin
hoernchenmeister14-Dec-10 3:40
hoernchenmeister14-Dec-10 3:40 

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.