how can i search a node in tree view?
-
how can i programatically search node in the treeview? and if i am accessing xml file in treeview, then how can i search the node in xml file too?
-
how can i programatically search node in the treeview? and if i am accessing xml file in treeview, then how can i search the node in xml file too?
Create a method that recursively searches through the ChildNodes in your treeview. To do this, pass the top most node in and then do a foreach on the ChildNodes, and if you haven't met your criteria recursively call the same method passing in the ChildNode that you are iterating over.
Deja View - the feeling that you've seen this post before.
-
samidhas wrote:
its urgent plz help meeeeeeeee
Tut tut. It's always urgent. Saying this is just plain rude and inconsiderate. Why do you think your requirements are any more urgent than all of the other posters? This is a volunteer only forum, so you have to be patient and wait for the relevant volunteers to get round to answering your questions. Pestering people and posting crap like this makes it less likely that you will get help. We get very annoyed at people with attitudes like this.
Deja View - the feeling that you've seen this post before.