I have list of Activity in my Database which shows in treeview nodes in Ajax, after clicking each nodes it calles different webpart and add to my Ajax screen App.
Want to know is it possible to do the same thing with silverlight floating window?
which I want to show task on treeview, and by clicking node invoking childwindow or floatingwindow in silverlight.
In Ajax we have webpart URL which by passing the url we can add it to main page.
Anybody can help plz.