Click here to Skip to main content
15,895,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 4:52
sponsorJudah Gabriel Himango5-Sep-07 4:52 
GeneralRe: DataGridView(Win app) disable selecting Pin
Stevo Z5-Sep-07 7:16
Stevo Z5-Sep-07 7:16 
GeneralRe: DataGridView(Win app) disable selecting Pin
Judah Gabriel Himango5-Sep-07 4:35
sponsorJudah Gabriel Himango5-Sep-07 4:35 
QuestionRichTextBox Pin
mihksoft5-Sep-07 3:02
mihksoft5-Sep-07 3:02 
AnswerRe: RichTextBox Pin
JoeSharp5-Sep-07 3:34
JoeSharp5-Sep-07 3:34 
AnswerRe: RichTextBox Pin
Skippums5-Sep-07 3:40
Skippums5-Sep-07 3:40 
QuestionDataGridView Pin
Assaf825-Sep-07 2:51
Assaf825-Sep-07 2:51 
AnswerRe: DataGridView Pin
Urs Enzler5-Sep-07 3:00
Urs Enzler5-Sep-07 3:00 
1) either set the DataSource property of the GridView to your Dataet or (better) use an DataSource approach (see MSDN for that).

2) register the RowBound event of the GridView

3) set CssClass of row depending on your data

4) write the CSS styles


by the way: MSDN would have been a good source of information, too.



-^-^-^-^-^-
no risk no funk ................... please vote ------>

GeneralRe: DataGridView Pin
Assaf825-Sep-07 4:50
Assaf825-Sep-07 4:50 
GeneralRe: DataGridView Pin
Urs Enzler5-Sep-07 4:55
Urs Enzler5-Sep-07 4:55 
GeneralRe: DataGridView Pin
Assaf825-Sep-07 9:53
Assaf825-Sep-07 9:53 
GeneralRe: DataGridView Pin
Urs Enzler5-Sep-07 20:14
Urs Enzler5-Sep-07 20:14 
QuestionIntel UPnP SDK Pin
MicealG5-Sep-07 2:41
MicealG5-Sep-07 2:41 
QuestionWord Addins Pin
som84835-Sep-07 2:20
som84835-Sep-07 2:20 
QuestionAbstract, interface, Confusion Pin
Vodstok5-Sep-07 2:19
Vodstok5-Sep-07 2:19 
AnswerRe: Abstract, interface, Confusion Pin
Urs Enzler5-Sep-07 2:56
Urs Enzler5-Sep-07 2:56 
GeneralRe: Abstract, interface, Confusion Pin
Vodstok5-Sep-07 3:19
Vodstok5-Sep-07 3:19 
GeneralRe: Abstract, interface, Confusion [modified] Pin
Urs Enzler5-Sep-07 3:25
Urs Enzler5-Sep-07 3:25 
GeneralRe: Abstract, interface, Confusion Pin
Larantz5-Sep-07 9:05
Larantz5-Sep-07 9:05 
Questionuse math.h in C# Pin
max_dev2006@yahoo.com5-Sep-07 1:35
max_dev2006@yahoo.com5-Sep-07 1:35 
AnswerRe: use math.h in C# Pin
Nouman Bhatti5-Sep-07 1:38
Nouman Bhatti5-Sep-07 1:38 
GeneralRe: use math.h in C# Pin
max_dev2006@yahoo.com5-Sep-07 19:25
max_dev2006@yahoo.com5-Sep-07 19:25 
AnswerRe: use math.h in C# Pin
blackjack21505-Sep-07 1:47
blackjack21505-Sep-07 1:47 
QuestionCannot take the address or size of a variable of a managed type Pin
Vikas Salvi5-Sep-07 1:32
Vikas Salvi5-Sep-07 1:32 
AnswerRe: Cannot take the address or size of a variable of a managed type Pin
TJoe5-Sep-07 8:41
TJoe5-Sep-07 8:41 

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.