Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
GeneralRe: Checkbox should delete any childnode but not the root node. Can someone please help?? Pin
T4AMD28-Dec-07 8:54
T4AMD28-Dec-07 8:54 
GeneralRe: Checkbox should delete any childnode but not the root node. Can someone please help?? Pin
KaptinKrunch28-Dec-07 9:01
KaptinKrunch28-Dec-07 9:01 
GeneralRe: Checkbox should delete any childnode but not the root node. Can someone please help?? Pin
T4AMD28-Dec-07 9:09
T4AMD28-Dec-07 9:09 
GeneralRe: Checkbox should delete any childnode but not the root node. Can someone please help?? Pin
KaptinKrunch28-Dec-07 9:21
KaptinKrunch28-Dec-07 9:21 
GeneralRe: Checkbox should delete any childnode but not the root node. Can someone please help?? Pin
T4AMD28-Dec-07 10:21
T4AMD28-Dec-07 10:21 
GeneralRe: Checkbox should delete any childnode but not the root node. Can someone please help?? Pin
KaptinKrunch28-Dec-07 10:50
KaptinKrunch28-Dec-07 10:50 
QuestionC#, WPF, XmlDataProvider, and binding to an XML file. Pin
Lily Bristol28-Dec-07 7:06
Lily Bristol28-Dec-07 7:06 
GeneralRe: C#, WPF, XmlDataProvider, and binding to an XML file. Pin
KaptinKrunch28-Dec-07 8:32
KaptinKrunch28-Dec-07 8:32 
You can embed inline XML, Use a Uri or an XmlDocument
Which one are you using?

You could do the following, but I'm sure there is a better way.

            <br />
WebClient wc = new WebClient();<br />
byte[] data = wc.DownloadData("http://.......");<br />
wc.Dispose();<br />
string source = System.Text.ASCIIEncoding.ASCII.GetString(data);<br />
<br />
XmlDataProvider.Source = source; //I believe that this satisfies the inline XML requirement, if I'm incorrect please someone enlighten me!!<br />
<br />


Just because we can; does not mean we should.

GeneralRe: C#, WPF, XmlDataProvider, and binding to an XML file. Pin
Lily Bristol2-Jan-08 7:55
Lily Bristol2-Jan-08 7:55 
GeneralA password problem Pin
Strategic_Thinker28-Dec-07 6:58
Strategic_Thinker28-Dec-07 6:58 
GeneralRe: A password problem Pin
Ed.Poore28-Dec-07 7:07
Ed.Poore28-Dec-07 7:07 
GeneralRe: A password problem Pin
Strategic_Thinker29-Dec-07 2:21
Strategic_Thinker29-Dec-07 2:21 
GeneralRe: A password problem Pin
Ed.Poore29-Dec-07 8:00
Ed.Poore29-Dec-07 8:00 
GeneralRe: A password problem Pin
CPallini28-Dec-07 7:27
mveCPallini28-Dec-07 7:27 
GeneralRe: A password problem Pin
Not Active28-Dec-07 7:30
mentorNot Active28-Dec-07 7:30 
GeneralC# Code Editor - recommendations [modified] Pin
User of Users Group28-Dec-07 5:27
User of Users Group28-Dec-07 5:27 
GeneralRe: C# Code Editor - recommendations Pin
Ed.Poore28-Dec-07 5:51
Ed.Poore28-Dec-07 5:51 
GeneralRe: C# Code Editor - recommendations Pin
User of Users Group28-Dec-07 7:08
User of Users Group28-Dec-07 7:08 
GeneralRe: C# Code Editor - recommendations Pin
Daniel Grunwald28-Dec-07 8:12
Daniel Grunwald28-Dec-07 8:12 
GeneralRe: C# Code Editor - recommendations Pin
TJoe28-Dec-07 9:38
TJoe28-Dec-07 9:38 
GeneralRe: C# Code Editor - recommendations Pin
User of Users Group28-Dec-07 12:00
User of Users Group28-Dec-07 12:00 
GeneralRe: C# Code Editor - recommendations Pin
Ed.Poore28-Dec-07 12:33
Ed.Poore28-Dec-07 12:33 
Generalplease delete thread.... Pin
shwaguy28-Dec-07 4:52
shwaguy28-Dec-07 4:52 
GeneralRe: directorysearcher findone() Pin
KaptinKrunch28-Dec-07 5:03
KaptinKrunch28-Dec-07 5:03 
GeneralRe: directorysearcher findone() Pin
shwaguy28-Dec-07 5:59
shwaguy28-Dec-07 5:59 

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.