I am at a halt on how to save webparts programatically to zones using EPiCode's webparts. Seems like i can do it if i generate a postback but really need to figure out how to save them progamatically. Since our application wants users to pin pages to start(where zones are located); I would like to know how to add this programaitcally. If i go to the home page and create a WP prog.... "manager.AddWebPart(pageWebPart, this.FindWebPartZone("tab0_Zone1"), 0);" witht eh following code, it is not saved to the provider unless a postback happens. ANY HELP would be appreciated.
I am at a halt on how to save webparts programatically to zones using EPiCode's webparts. Seems like i can do it if i generate a postback but really need to figure out how to save them progamatically. Since our application wants users to pin pages to start(where zones are located); I would like to know how to add this programaitcally. If i go to the home page and create a WP prog.... "manager.AddWebPart(pageWebPart, this.FindWebPartZone("tab0_Zone1"), 0);" witht eh following code, it is not saved to the provider unless a postback happens. ANY HELP would be appreciated.