This question is locked. New answers and comments are not allowed.
Hey fellas,
My Scenario:
A simple treeview inside a user control, ascx file.
That user control is added twice in a single View, ASPX file (they have same items)
there is only one script that handles actions and events for the treeview
The Lovely Issue:
The 1st treeview is working 100% fine
(i can see the subitems by clicking on the main items, drag and drop, etc..)
BUT the second treeview is only displayed there, clicks and events do not work :(
I guess the issue is due to the way I use ScriptRegistrar, its in Site.Master
What is the best way to define my scripts assets in such scenarios ?
or Am I looking in wrong direction?
Any help is greatly appreciated..
Thanks,
Bob.
My Scenario:
A simple treeview inside a user control, ascx file.
That user control is added twice in a single View, ASPX file (they have same items)
there is only one script that handles actions and events for the treeview
The Lovely Issue:
The 1st treeview is working 100% fine
(i can see the subitems by clicking on the main items, drag and drop, etc..)
BUT the second treeview is only displayed there, clicks and events do not work :(
I guess the issue is due to the way I use ScriptRegistrar, its in Site.Master
What is the best way to define my scripts assets in such scenarios ?
or Am I looking in wrong direction?
Any help is greatly appreciated..
Thanks,
Bob.