Change a webpart from another webpart
-
I have two webparts(two zones) in a page, the fist one contains a treeview, and I am trying to reload different webparts to the zone 2 without refreshing the whole page. Is it possible..?
-
I have two webparts(two zones) in a page, the fist one contains a treeview, and I am trying to reload different webparts to the zone 2 without refreshing the whole page. Is it possible..?
Checkout this http://msdn.microsoft.com/en-us/library/ms469765.aspx
-
I have two webparts(two zones) in a page, the fist one contains a treeview, and I am trying to reload different webparts to the zone 2 without refreshing the whole page. Is it possible..?
-
I have two webparts(two zones) in a page, the fist one contains a treeview, and I am trying to reload different webparts to the zone 2 without refreshing the whole page. Is it possible..?
You can't add a new web part without refreshing the page in SharePoint any more than you can with ASP.NET because they are the same. The control must be processed through the page lifecycle.
No comment
-
Checkout this http://msdn.microsoft.com/en-us/library/ms469765.aspx
This is for passing data between web parts already on a page, not for adding new webparts
No comment