Click here to Skip to main content
15,796,179 members
Home / Discussions / C#
   

C#

 
GeneralSerializing an Exception object Pin
solidstore7-Nov-02 8:12
solidstore7-Nov-02 8:12 
GeneralRe: Serializing an Exception object Pin
Franz Pikal7-Nov-02 23:00
Franz Pikal7-Nov-02 23:00 
GeneralRe: Serializing an Exception object Pin
solidstore7-Nov-02 23:47
solidstore7-Nov-02 23:47 
GeneralRe: Serializing an Exception object Pin
Franz Pikal8-Nov-02 0:05
Franz Pikal8-Nov-02 0:05 
GeneralDynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 4:46
LongRange.Shooter7-Nov-02 4:46 
GeneralRe: Dynamic load of objects and its effects Pin
Stephane Rodriguez.7-Nov-02 5:43
Stephane Rodriguez.7-Nov-02 5:43 
GeneralRe: Dynamic load of objects and its effects Pin
LongRange.Shooter7-Nov-02 6:46
LongRange.Shooter7-Nov-02 6:46 
GeneralCan't change textbox.text from code after binding to dataset!!! Pin
cternek6-Nov-02 22:59
cternek6-Nov-02 22:59 
Hello!

I made following steps:
1) Created a Winform with DataForm-Wizard.
2) Now I created a Button next of one textbox. In this button i
open a findfile-form which returns a string. This string i want
to write into my textbox with:
textbox1.text = returnvalue

If I start my project now I clicked my button and choose a File.
After that I see that in my textbox1 the filename comes up.
Then I jump to the 2nd textbox which is bound to the same dataset.
After I changed the 2nd textbox the value of the first textbox change
automatically to null.

I searched some newsgroups for this problems and found some useful but
nothing which can help me!

A tip was to add the command "bindingcontext[].EndCurrentEdit()" after
the command "textbox1.text = returnvalue" but then i get the error-msg
that some fields of my dataset are null. So it looks like the i can only
make a "EndCurrentEdit" at the end before updating.

What can i do to update my textbox and also get the changes to the dataset!


Thanks

Christian

QuestionProcess.id ? Pin
imran_rafique6-Nov-02 11:07
imran_rafique6-Nov-02 11:07 
AnswerRe: Process.id ? Pin
leppie6-Nov-02 11:25
leppie6-Nov-02 11:25 
Questionhow to make a plugin Pin
Asim N.6-Nov-02 9:04
Asim N.6-Nov-02 9:04 
AnswerRe: how to make a plugin Pin
leppie6-Nov-02 11:31
leppie6-Nov-02 11:31 
GeneralRe: how to make a plugin Pin
Eric Gunnerson (msft)6-Nov-02 14:46
Eric Gunnerson (msft)6-Nov-02 14:46 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 2:42
Philip Fitzsimons7-Nov-02 2:42 
GeneralRe: how to make a plugin Pin
Philip Fitzsimons7-Nov-02 2:45
Philip Fitzsimons7-Nov-02 2:45 
GeneralRe: how to make a plugin Pin
James T. Johnson7-Nov-02 3:41
James T. Johnson7-Nov-02 3:41 
AnswerRe: how to make a plugin Pin
Nnamdi Onyeyiri6-Nov-02 21:53
Nnamdi Onyeyiri6-Nov-02 21:53 
GeneralUsing Typed Datasets Pin
afronaut6-Nov-02 6:17
afronaut6-Nov-02 6:17 
GeneralRe: Using Typed Datasets Pin
leppie6-Nov-02 11:36
leppie6-Nov-02 11:36 
GeneralRe: Using Typed Datasets Pin
Eric Gunnerson (msft)6-Nov-02 14:41
Eric Gunnerson (msft)6-Nov-02 14:41 
Generaluploading stream to webserver Pin
Anonymous6-Nov-02 6:08
Anonymous6-Nov-02 6:08 
GeneralRe: uploading stream to webserver Pin
Philip Fitzsimons7-Nov-02 2:39
Philip Fitzsimons7-Nov-02 2:39 
GeneralRe: uploading stream to webserver Pin
Anonymous7-Nov-02 4:35
Anonymous7-Nov-02 4:35 
GeneralRe: uploading stream to webserver Pin
fftongzhi18-Nov-02 16:30
fftongzhi18-Nov-02 16:30 
QuestionAfter openining a word document in c-sharp,i got picture from it ,question is how to show this picture? Pin
Asim N.6-Nov-02 2:32
Asim N.6-Nov-02 2:32 

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.