Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
QuestionDisplay Data In Text Box Based On ID Pin
Member 1086943723-Dec-14 19:28
Member 1086943723-Dec-14 19:28 
AnswerRe: Display Data In Text Box Based On ID Pin
OriginalGriff23-Dec-14 21:09
mveOriginalGriff23-Dec-14 21:09 
GeneralHow to make the Util. in c# wok Pin
Member 890232823-Dec-14 8:20
Member 890232823-Dec-14 8:20 
GeneralRe: How to make the Util. in c# wok Pin
DaveAuld23-Dec-14 8:40
professionalDaveAuld23-Dec-14 8:40 
GeneralRe: How to make the Util. in c# wok Pin
Jörgen Andersson23-Dec-14 8:40
professionalJörgen Andersson23-Dec-14 8:40 
GeneralRe: How to make the Util. in c# wok Pin
Eddy Vluggen23-Dec-14 11:49
professionalEddy Vluggen23-Dec-14 11:49 
GeneralRe: How to make the Util. in c# wok Pin
OriginalGriff23-Dec-14 21:48
mveOriginalGriff23-Dec-14 21:48 
QuestionHelp with datagridview ... Pin
turbosupramk322-Dec-14 8:42
turbosupramk322-Dec-14 8:42 
Datagridview is harder than I anticipated. I would like to click on my column header and select an entire column to change it, or click on my row header and select an entire row to change it, or select multiple cells to change them or a single cell to change it.

Is this possible with the datagridview object? If so, does anyone have a code example? I've been looking over the net and I'm able to get the column selection to work most of the time, but apparently that disables row selection and I would like both of them, depending on which header is clicked?

Thanks for reading.

modified 22-Dec-14 14:56pm.

SuggestionRe: Help with datagridview ... Pin
Richard MacCutchan22-Dec-14 20:43
mveRichard MacCutchan22-Dec-14 20:43 
AnswerRe: Help with datagridview ... Pin
Mycroft Holmes22-Dec-14 21:17
professionalMycroft Holmes22-Dec-14 21:17 
AnswerRe: Help with datagridview ... Pin
turbosupramk323-Dec-14 3:23
turbosupramk323-Dec-14 3:23 
GeneralRe: Help with datagridview ... Pin
Richard MacCutchan23-Dec-14 4:50
mveRichard MacCutchan23-Dec-14 4:50 
GeneralRe: Help with datagridview ... Pin
turbosupramk323-Dec-14 5:17
turbosupramk323-Dec-14 5:17 
GeneralRe: Help with datagridview ... Pin
Richard MacCutchan23-Dec-14 5:49
mveRichard MacCutchan23-Dec-14 5:49 
GeneralRe: Help with datagridview ... Pin
turbosupramk324-Dec-14 3:02
turbosupramk324-Dec-14 3:02 
GeneralRe: Help with datagridview ... Pin
Richard MacCutchan24-Dec-14 3:35
mveRichard MacCutchan24-Dec-14 3:35 
QuestionHow to save text from TextBox2 as UTF-16 (Unicode), and not as UTF-8 - C# Pin
Member 1041097221-Dec-14 20:29
Member 1041097221-Dec-14 20:29 
QuestionRe: How to save text from TextBox2 as UTF-16 (Unicode), and not as UTF-8 - C# Pin
Richard MacCutchan21-Dec-14 22:29
mveRichard MacCutchan21-Dec-14 22:29 
AnswerRe: How to save text from TextBox2 as UTF-16 (Unicode), and not as UTF-8 - C# Pin
Member 1041097223-Dec-14 0:32
Member 1041097223-Dec-14 0:32 
GeneralRe: How to save text from TextBox2 as UTF-16 (Unicode), and not as UTF-8 - C# Pin
Richard MacCutchan23-Dec-14 1:41
mveRichard MacCutchan23-Dec-14 1:41 
AnswerRe: How to save text from TextBox2 as UTF-16 (Unicode), and not as UTF-8 - C# Pin
Rob Philpott22-Dec-14 0:58
Rob Philpott22-Dec-14 0:58 
QuestionEncoding enc = Encoding.GetEncoding("Windows-1251 && Windows-1250") Pin
Member 1041097221-Dec-14 9:38
Member 1041097221-Dec-14 9:38 
AnswerRe: Encoding enc = Encoding.GetEncoding("Windows-1251 && Windows-1250") PinPopular
Garth J Lancaster21-Dec-14 10:09
professionalGarth J Lancaster21-Dec-14 10:09 
GeneralRe: Encoding enc = Encoding.GetEncoding("Windows-1251 && Windows-1250") Pin
Member 1041097221-Dec-14 20:15
Member 1041097221-Dec-14 20:15 
AnswerRe: Encoding enc = Encoding.GetEncoding("Windows-1251 && Windows-1250") Pin
Amresh Bahadur Singh21-Dec-14 23:23
Amresh Bahadur Singh21-Dec-14 23:23 

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.