[DotNetDevelopment] Re: XML in Treeview

2008-12-25 Thread Brandon Betances
thanks for letting us know, i guess? On Fri, Dec 26, 2008 at 12:26 AM, jemo wrote: > > Ive already finished my project... > > > Thanks to every1..

[DotNetDevelopment] Re: XML in Treeview

2008-12-25 Thread jemo
Ive already finished my project... Thanks to every1..

[DotNetDevelopment] Re: XML in Treeview

2008-12-11 Thread jemo
Hi to everyone, just want to ask the the write code for my problem... i have a xml file, i load it in treeview but all i can see is one of its attribute, i wanted also to see the element name and its attribute if theres any... Dim document As New System.Xml.XmlDataDocument() document.Lo

[DotNetDevelopment] Re: XML in Treeview

2008-12-09 Thread jemo
good day to everyone... just want to ask how to move a single element either up or move down? thanks much =>

[DotNetDevelopment] Re: XML in Treeview

2008-11-24 Thread Brandon Betances
lol "somebody help that brother!" On Mon, Nov 24, 2008 at 11:16 AM, Cerebrus <[EMAIL PROTECTED]> wrote: > > Blasphemy !! You're supposed to write it in all caps... LINQ ! :P > > On Nov 24, 11:58 am, jemo <[EMAIL PROTECTED]> wrote: > > On Nov 24, 2:14 pm, "Brandon Betances" <[EMAIL PROTECTED]> wro

[DotNetDevelopment] Re: XML in Treeview

2008-11-24 Thread Cerebrus
Blasphemy !! You're supposed to write it in all caps... LINQ ! :P On Nov 24, 11:58 am, jemo <[EMAIL PROTECTED]> wrote: > On Nov 24, 2:14 pm, "Brandon Betances" <[EMAIL PROTECTED]> wrote: > > > > > you can manipulate anythin with LINQ, including namespaces and properties. > > So yes, it would make

[DotNetDevelopment] Re: XML in Treeview

2008-11-23 Thread jemo
On Nov 24, 2:14 pm, "Brandon Betances" <[EMAIL PROTECTED]> wrote: > you can manipulate anythin with LINQ, including namespaces and properties. > So yes, it would make a difference in that you have to work a bit harder to > understand how to manipulate said data. > > > > On Mon, Nov 24, 2008 at 1

[DotNetDevelopment] Re: XML in Treeview

2008-11-23 Thread Brandon Betances
you can manipulate anythin with LINQ, including namespaces and properties. So yes, it would make a difference in that you have to work a bit harder to understand how to manipulate said data. On Mon, Nov 24, 2008 at 12:46 AM, jemo <[EMAIL PROTECTED]> wrote: > > copy I will try it... oops 1 more th

[DotNetDevelopment] Re: XML in Treeview

2008-11-23 Thread jemo
copy I will try it... oops 1 more thing... the Xml in ur sample looks like dis London wer as mine looks like dis wud der be any difference? thanks brandon!

[DotNetDevelopment] Re: XML in Treeview

2008-11-23 Thread Brandon Betances
Already to you, use LINQ to XML. On Sun, Nov 23, 2008 at 9:40 PM, jemo <[EMAIL PROTECTED]> wrote: > > Cerebrus wrote: > > Forgot to mention one thing - If you are using an XmlDataSource, you > > will pretty much have to manually code all the update code. XmlDS is > > read-only. > > > > On Nov 19,

[DotNetDevelopment] Re: XML in Treeview

2008-11-23 Thread jemo
Cerebrus wrote: > Forgot to mention one thing - If you are using an XmlDataSource, you > will pretty much have to manually code all the update code. XmlDS is > read-only. > > On Nov 19, 9:55 pm, Cerebrus <[EMAIL PROTECTED]> wrote: > > 1. Handle the SelectedIndexChanged event of the TreeView to fin

[DotNetDevelopment] Re: XML in Treeview

2008-11-19 Thread jemo
Glenn wrote: > Try getting the XML into your TreeView first before you try to tackle the > rest. Plenty of examples on the Internet: > http://www.google.com/search?q=XML+TreeView > > ...Glenn > > On Wed, Nov 19, 2008 at 1:12 AM, jemo <[EMAIL PROTECTED]> wrote: > > > Ei! Brandon, still didnt get i

[DotNetDevelopment] Re: XML in Treeview

2008-11-19 Thread Cerebrus
Forgot to mention one thing - If you are using an XmlDataSource, you will pretty much have to manually code all the update code. XmlDS is read-only. On Nov 19, 9:55 pm, Cerebrus <[EMAIL PROTECTED]> wrote: > 1. Handle the SelectedIndexChanged event of the TreeView to find out > the node that's cur

[DotNetDevelopment] Re: XML in Treeview

2008-11-19 Thread Cerebrus
1. Handle the SelectedIndexChanged event of the TreeView to find out the node that's currently being edited. 2. Link your TreeView Datasource to a FormView/DetailsView that shows the currently selected record in edit mode. 3. The update handler for the FormView/DetailsView will have to update the

[DotNetDevelopment] Re: XML in Treeview

2008-11-19 Thread Glenn
Try getting the XML into your TreeView first before you try to tackle the rest. Plenty of examples on the Internet: http://www.google.com/search?q=XML+TreeView ...Glenn On Wed, Nov 19, 2008 at 1:12 AM, jemo <[EMAIL PROTECTED]> wrote: > Ei! Brandon, still didnt get it! im sorry but can u plz sho

[DotNetDevelopment] Re: XML in Treeview

2008-11-19 Thread jemo
On Nov 19, 6:35 am, "Brandon Betances" <[EMAIL PROTECTED]> wrote: > http://carso-owen.blogspot.com/2007/02/xml-manipulation-linq-way.html > > > > On Tue, Nov 18, 2008 at 12:10 AM, jemo <[EMAIL PROTECTED]> wrote: > > > Hi! im creating a program in vb.net that will enable the user to add, > > edit

[DotNetDevelopment] Re: XML in Treeview

2008-11-18 Thread Brandon Betances
http://carso-owen.blogspot.com/2007/02/xml-manipulation-linq-way.html On Tue, Nov 18, 2008 at 12:10 AM, jemo <[EMAIL PROTECTED]> wrote: > > Hi! im creating a program in vb.net that will enable the user to add, > edit, delete my XML file which is in treeview, > this is the sample of my XML > > >