Click here to Skip to main content
15,915,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get checked child nodes from tree view Pin
stancrm7-Oct-09 0:37
stancrm7-Oct-09 0:37 
Questiondatagrid textbox cell Pin
Member 5903106-Oct-09 23:48
Member 5903106-Oct-09 23:48 
AnswerRe: datagrid textbox cell Pin
Henry Minute7-Oct-09 2:30
Henry Minute7-Oct-09 2:30 
GeneralRe: datagrid textbox cell Pin
Member 5903107-Oct-09 22:32
Member 5903107-Oct-09 22:32 
GeneralRe: datagrid textbox cell Pin
Henry Minute8-Oct-09 4:12
Henry Minute8-Oct-09 4:12 
QuestionAsynchronous methods - callback method is never called Pin
lvq6846-Oct-09 23:47
lvq6846-Oct-09 23:47 
QuestionHelp Streaming Video Pin
amaankhan6-Oct-09 22:30
amaankhan6-Oct-09 22:30 
Answerwhat ? Pin
Christian Graus6-Oct-09 22:32
protectorChristian Graus6-Oct-09 22:32 
GeneralRe: what ? Pin
amaankhan6-Oct-09 22:37
amaankhan6-Oct-09 22:37 
GeneralRe: what ? Pin
Christian Graus6-Oct-09 23:35
protectorChristian Graus6-Oct-09 23:35 
GeneralRe: what ? Pin
EliottA7-Oct-09 2:08
EliottA7-Oct-09 2:08 
AnswerRe: Help Streaming Video Pin
Saksida Bojan6-Oct-09 22:37
Saksida Bojan6-Oct-09 22:37 
GeneralRe: Help Streaming Video Pin
amaankhan6-Oct-09 22:48
amaankhan6-Oct-09 22:48 
GeneralRe: Help Streaming Video Pin
Saksida Bojan6-Oct-09 22:57
Saksida Bojan6-Oct-09 22:57 
GeneralRe: Help Streaming Video Pin
amaankhan6-Oct-09 23:03
amaankhan6-Oct-09 23:03 
GeneralRe: Help Streaming Video Pin
Christian Graus6-Oct-09 23:36
protectorChristian Graus6-Oct-09 23:36 
GeneralRe: Help Streaming Video Pin
OriginalGriff7-Oct-09 3:01
mveOriginalGriff7-Oct-09 3:01 
QuestionDataBinding between a DataTable and a TextBox Pin
Kit Fisto6-Oct-09 22:29
Kit Fisto6-Oct-09 22:29 
Hello. I have a question that i would like to ask all the codeproject members.
I have this cenario:

TextBox.DataBindings.Add("Text", DataTable, "Field", false, DataSourceUpdateMode.OnPropertyChanged)

A textbox is binded to a DataTable field. When i change the text on the textbox the cell from the datatable receives the new value, but the RowState of the current row doesn't changes to Modified, it keeps the Unchanged state. Only when i change to another row in the DataTable (the DataTable is binded to a DataGrdiView) that the RowState of that row is changed to Modified. The problem is that when i have only one row and the user saves the information, i use a batch update to save the changes in the DataTable, but as the row keeps the Unchanged State is doesn't gets to the update.
Is there any way to solve this?

Thanks in advance.
AnswerRe: DataBinding between a DataTable and a TextBox Pin
Henry Minute7-Oct-09 2:45
Henry Minute7-Oct-09 2:45 
AnswerRe: DataBinding between a DataTable and a TextBox [modified] Pin
Kevin Marois7-Oct-09 5:22
professionalKevin Marois7-Oct-09 5:22 
GeneralRe: DataBinding between a DataTable and a TextBox Pin
Kit Fisto9-Oct-09 1:32
Kit Fisto9-Oct-09 1:32 
Questionplease help me : How to call Pl sql function return record type in C# Pin
sampath_dr6-Oct-09 22:16
sampath_dr6-Oct-09 22:16 
AnswerRe: please help me : How to call Pl sql function return record type in C# Pin
Christian Graus6-Oct-09 22:18
protectorChristian Graus6-Oct-09 22:18 
GeneralRe: please help me : How to call Pl sql function return record type in C# Pin
sampath_dr6-Oct-09 22:37
sampath_dr6-Oct-09 22:37 
GeneralRe: please help me : How to call Pl sql function return record type in C# Pin
Christian Graus6-Oct-09 23:37
protectorChristian Graus6-Oct-09 23:37 

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.