Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: please help me : How to call Pl sql function return record type in C# Pin
sampath_dr6-Oct-09 23:58
sampath_dr6-Oct-09 23:58 
QuestionGet screenshots Pin
yogeshdew6-Oct-09 22:13
yogeshdew6-Oct-09 22:13 
AnswerRe: Get screenshots Pin
Christian Graus6-Oct-09 22:18
protectorChristian Graus6-Oct-09 22:18 
GeneralRe: Get screenshots Pin
yogeshdew6-Oct-09 22:57
yogeshdew6-Oct-09 22:57 
AnswerRe: Get screenshots Pin
PIEBALDconsult7-Oct-09 4:39
mvePIEBALDconsult7-Oct-09 4:39 
GeneralRe: Get screenshots Pin
yogeshdew7-Oct-09 5:13
yogeshdew7-Oct-09 5:13 
QuestionHow to set an item in a object's property(of array type) using Reflection Pin
here2learn6-Oct-09 22:12
here2learn6-Oct-09 22:12 
AnswerRe: How to set an item in a object's property(of array type) using Reflection Pin
Nissim Salomon6-Oct-09 22:41
Nissim Salomon6-Oct-09 22:41 
GeneralRe: How to set an item in a object's property(of array type) using Reflection Pin
here2learn6-Oct-09 22:46
here2learn6-Oct-09 22:46 
AnswerRe: How to set an item in a object's property(of array type) using Reflection Pin
Mirko19806-Oct-09 23:47
Mirko19806-Oct-09 23: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.