Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: ListBox as a DataGrid Cell [modified] Pin
karthik Tamizhmathi30-Jan-07 17:24
karthik Tamizhmathi30-Jan-07 17:24 
GeneralRe: ListBox as a DataGrid Cell Pin
blue_arc30-Jan-07 21:19
blue_arc30-Jan-07 21:19 
Questionread xml file into typed dataset Pin
cellardoor071629-Jan-07 22:36
cellardoor071629-Jan-07 22:36 
AnswerRe: read xml file into typed dataset Pin
bobsugar22229-Jan-07 22:50
bobsugar22229-Jan-07 22:50 
GeneralRe: read xml file into typed dataset Pin
cellardoor071629-Jan-07 22:58
cellardoor071629-Jan-07 22:58 
GeneralRe: read xml file into typed dataset Pin
bobsugar22229-Jan-07 23:05
bobsugar22229-Jan-07 23:05 
GeneralRe: read xml file into typed dataset Pin
cellardoor071629-Jan-07 23:13
cellardoor071629-Jan-07 23:13 
AnswerRe: read xml file into typed dataset Pin
Seishin#30-Jan-07 4:25
Seishin#30-Jan-07 4:25 
i don't suppouse d:\Test.xml is an empty file Big Grin | :-D
well, i've been using this method for some time and it works fine for me.
maybe you should try adding some data to the tables in the dataset then ds.WriteXml(file) and then try newDs.ReadXml(file)..
if this will work i'd mean your file is somehow bad, and if not then hmm..
you could also try putting the typedDS.ReadXml("d:\\Test.xml"); in try-carch block.. i had some situations when no error occured and after surrounding code with try-catch exception was handled..

life is study!!!

QuestionCombobox SelectedValue problem Pin
zt.Prog29-Jan-07 22:30
zt.Prog29-Jan-07 22:30 
AnswerRe: Combobox SelectedValue problem Pin
bobsugar22229-Jan-07 23:02
bobsugar22229-Jan-07 23:02 
GeneralRe: Combobox SelectedValue problem Pin
zt.Prog29-Jan-07 23:13
zt.Prog29-Jan-07 23:13 
GeneralRe: Combobox SelectedValue problem Pin
Christian Graus29-Jan-07 23:15
protectorChristian Graus29-Jan-07 23:15 
GeneralRe: Combobox SelectedValue problem Pin
ParimalaRadjaram29-Jan-07 23:32
ParimalaRadjaram29-Jan-07 23:32 
GeneralRe: Combobox SelectedValue problem Pin
Christian Graus29-Jan-07 23:48
protectorChristian Graus29-Jan-07 23:48 
GeneralRe: Combobox SelectedValue problem Pin
ParimalaRadjaram29-Jan-07 23:55
ParimalaRadjaram29-Jan-07 23:55 
GeneralRe: Combobox SelectedValue problem Pin
zt.Prog30-Jan-07 0:19
zt.Prog30-Jan-07 0:19 
QuestionWrite Byte to Hex format in file Pin
t_nedelchev29-Jan-07 21:49
t_nedelchev29-Jan-07 21:49 
AnswerRe: Write Byte to Hex format in file Pin
Christian Graus29-Jan-07 21:55
protectorChristian Graus29-Jan-07 21:55 
QuestionC# and table problem? Pin
TuanNH8529-Jan-07 21:47
TuanNH8529-Jan-07 21:47 
AnswerRe: C# and table problem? Pin
Christian Graus29-Jan-07 21:55
protectorChristian Graus29-Jan-07 21:55 
QuestionRe: C# and table problem? Pin
TuanNH8529-Jan-07 22:08
TuanNH8529-Jan-07 22:08 
AnswerRe: C# and table problem? Pin
Stefan Troschuetz29-Jan-07 22:26
Stefan Troschuetz29-Jan-07 22:26 
AnswerRe: C# and table problem? Pin
Christian Graus29-Jan-07 22:16
protectorChristian Graus29-Jan-07 22:16 
QuestionRe: C# and table problem? Pin
TuanNH8529-Jan-07 22:23
TuanNH8529-Jan-07 22:23 
AnswerRe: C# and table problem? Pin
Christian Graus29-Jan-07 22:55
protectorChristian Graus29-Jan-07 22:55 

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.