Click here to Skip to main content
15,881,139 members
Home / Discussions / C#
   

C#

 
AnswerRe: Collection of Objects Pin
Christian Graus17-Apr-07 13:04
protectorChristian Graus17-Apr-07 13:04 
AnswerRe: Collection of Objects Pin
sujithkumarsl17-Apr-07 19:57
sujithkumarsl17-Apr-07 19:57 
GeneralRe: Collection of Objects [modified] Pin
sreecahitu18-Apr-07 5:26
sreecahitu18-Apr-07 5:26 
GeneralRe: Collection of Objects Pin
sujithkumarsl18-Apr-07 22:34
sujithkumarsl18-Apr-07 22:34 
QuestionMultiple Generic Constraint Syntax? Pin
mike montagne17-Apr-07 12:36
mike montagne17-Apr-07 12:36 
AnswerRe: Multiple Generic Constraint Syntax? Pin
Dave Doknjas17-Apr-07 13:29
Dave Doknjas17-Apr-07 13:29 
GeneralRe: Multiple Generic Constraint Syntax? Pin
mike montagne17-Apr-07 18:25
mike montagne17-Apr-07 18:25 
QuestionDataRowState Not Working Pin
polishprogrammer17-Apr-07 11:56
polishprogrammer17-Apr-07 11:56 
I have a database application that has a datatable bound to both a DataGridView and some text boxes. The text boxes, collectively, show one row of data. Now, if a user has edited a row and clicks 'Save' in the File menu, I want those changes to be saved. Right now, I'm basing the decision to save or not save a row on whether the DataRowState for that row is 'Modified'. But, if the row the user has edited still has the 'focus', so to speak, the DataRowState is not 'Modified', but 'Unchanged', even if the individual values in the text boxes (to which the data table is bound) have been changed. As soon as I go view another row in the database, though, the DataRowState becomes 'Modified'. Is there an easy way to validate the row without leaving it?


AnswerRe: DataRowState Not Working Pin
kragan17-Apr-07 12:44
kragan17-Apr-07 12:44 
GeneralRe: DataRowState Not Working Pin
polishprogrammer18-Apr-07 5:51
polishprogrammer18-Apr-07 5:51 
QuestionPageSetupDialog Customization Pin
Wolfram Steinke17-Apr-07 11:19
Wolfram Steinke17-Apr-07 11:19 
Questionusing arrow key in a richtextbox Pin
dino209417-Apr-07 10:10
dino209417-Apr-07 10:10 
AnswerRe: using arrow key in a richtextbox Pin
il_masacratore17-Apr-07 21:16
il_masacratore17-Apr-07 21:16 
QuestionVirtual base class?? Pin
cbin17-Apr-07 9:30
cbin17-Apr-07 9:30 
AnswerRe: Virtual base class?? Pin
Pete O'Hanlon17-Apr-07 9:36
mvePete O'Hanlon17-Apr-07 9:36 
AnswerRe: Virtual base class?? Pin
Dan Neely17-Apr-07 9:49
Dan Neely17-Apr-07 9:49 
GeneralRe: Virtual base class?? Pin
cbin17-Apr-07 11:26
cbin17-Apr-07 11:26 
GeneralRe: Virtual base class?? Pin
DavidNohejl17-Apr-07 21:09
DavidNohejl17-Apr-07 21:09 
AnswerRe: Virtual base class?? Pin
DavidNohejl17-Apr-07 21:07
DavidNohejl17-Apr-07 21:07 
GeneralRe: Virtual base class?? Pin
cbin18-Apr-07 7:42
cbin18-Apr-07 7:42 
QuestionCan't add a variable watch! Pin
Lord Kixdemp17-Apr-07 9:04
Lord Kixdemp17-Apr-07 9:04 
AnswerRe: Can't add a variable watch! Pin
Judah Gabriel Himango17-Apr-07 9:27
sponsorJudah Gabriel Himango17-Apr-07 9:27 
Questionstruct with an array inside Pin
Marc Soleda17-Apr-07 8:59
Marc Soleda17-Apr-07 8:59 
AnswerRe: struct with an array inside Pin
Judah Gabriel Himango17-Apr-07 9:27
sponsorJudah Gabriel Himango17-Apr-07 9:27 
QuestionIs it possoble to create left mouse click ConextMenu? Pin
Khoramdin17-Apr-07 6:47
Khoramdin17-Apr-07 6:47 

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.