I guess it would go in the class file huh? :)
Can I pass in the querystring parameter as a value in this line? >>
Public Shared Sub AddNodes(ByVal nodes As FlyTreeNodeCollection, ByVal directoryPath As String)
Something like:
Public Shared Sub AddNodes(ByVal nodes As FlyTreeNodeCollection, ByVal directoryPath As String, ByVal QS as String)
If so, how? I've tried adding it in the directoryPath value but that seems to need to be an empty string that is populated on postback.