Click here to Skip to main content
16,005,080 members
Home / Discussions / C#
   

C#

 
GeneralRe: Also, this doesn't work Pin
Seraphin8-Nov-05 5:05
Seraphin8-Nov-05 5:05 
GeneralRe: Also, this doesn't work Pin
[Marc]8-Nov-05 8:54
[Marc]8-Nov-05 8:54 
Questionusing multiple PC's to solve a problem Pin
Mridang Agarwalla8-Nov-05 2:30
Mridang Agarwalla8-Nov-05 2:30 
QuestionMAPI Pin
domyansumit8-Nov-05 1:23
domyansumit8-Nov-05 1:23 
QuestionWriting XSL file Pin
hellamasta8-Nov-05 0:10
hellamasta8-Nov-05 0:10 
QuestionWriting an XSL file Pin
hellamasta8-Nov-05 0:07
hellamasta8-Nov-05 0:07 
QuestionDataGridBoolColumn Pin
sameerbhise.pspl7-Nov-05 23:55
sameerbhise.pspl7-Nov-05 23:55 
AnswerRe: DataGridBoolColumn Pin
Heath Stewart8-Nov-05 7:08
protectorHeath Stewart8-Nov-05 7:08 
A DataGridBoolColumn should be tied to a column of data within a DataTable within a DataSet (or an object within a collection, which can also be bound to a DataGrid and stylized with a DataGridTableStyle - see http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemwindowsformsdatagridclasstablestylestopic.asp[^] for details).

With that, handle the DataTable.RowChanged event if bound to a DataTable for the table you're bound to (either the table you reference as your DataGrid.DataSource, or the table with the name given in DataGrid.DataMember if your DataSet is bound to your DataGrid.DataSource property, which is more robust).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
QuestionHi All Please Help in this Pin
ArunNeyaaSoft7-Nov-05 23:52
ArunNeyaaSoft7-Nov-05 23:52 
AnswerRe: Hi All Please Help in this Pin
J4amieC8-Nov-05 3:47
J4amieC8-Nov-05 3:47 
Questionformatting decimal number c# Pin
fady_sayegh7-Nov-05 23:46
fady_sayegh7-Nov-05 23:46 
AnswerRe: formatting decimal number c# Pin
Craig G Fraser7-Nov-05 23:57
Craig G Fraser7-Nov-05 23:57 
QuestionHow &New on toolbar will let ALT + N to work Pin
Rizwan Bashir7-Nov-05 22:56
Rizwan Bashir7-Nov-05 22:56 
AnswerRe: How &New on toolbar will let ALT + N to work Pin
Heath Stewart8-Nov-05 7:03
protectorHeath Stewart8-Nov-05 7:03 
QuestionHow to make toolbar Pin
A.Grover7-Nov-05 22:54
A.Grover7-Nov-05 22:54 
AnswerRe: How to make toolbar Pin
FriendlyFiend7-Nov-05 23:37
FriendlyFiend7-Nov-05 23:37 
GeneralRe: How to make toolbar Pin
A.Grover10-Nov-05 0:15
A.Grover10-Nov-05 0:15 
QuestionVS2005 - MessageQueue Namespace Pin
Craig G Fraser7-Nov-05 22:42
Craig G Fraser7-Nov-05 22:42 
AnswerRe: VS2005 - MessageQueue Namespace Pin
Judah Gabriel Himango8-Nov-05 5:55
sponsorJudah Gabriel Himango8-Nov-05 5:55 
GeneralRe: VS2005 - MessageQueue Namespace Pin
Craig G Fraser9-Nov-05 1:13
Craig G Fraser9-Nov-05 1:13 
QuestionHow to input a IP address on winform? Pin
rushing7-Nov-05 22:30
rushing7-Nov-05 22:30 
AnswerRe: How to input a IP address on winform? Pin
g00fyman7-Nov-05 22:43
g00fyman7-Nov-05 22:43 
QuestionStartUp Windows Pin
TAREQ F ABUZUHRI7-Nov-05 21:59
TAREQ F ABUZUHRI7-Nov-05 21:59 
AnswerRe: StartUp Windows Pin
FriendlyFiend7-Nov-05 22:11
FriendlyFiend7-Nov-05 22:11 
QuestionGroup similar taskbar buttons in the Taskbar doesn't work ( C# solution ) ? Pin
gicio7-Nov-05 21:24
gicio7-Nov-05 21:24 

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.