P
Parag C Mehta
Hi,
We are exploring the new possiblities in ASP.NET v2.0.
I want to have a page, in this page I have one WebPartManager
3 zones and I want to dynamically add WebParts to 3 zones.
I chose Page_InitComplete event (as explained in PDC 05) to load
UserControls dynamically into WebParts and Add it to Manager.
I just tried putting a Calendar Control on the UserControl and it
looses the values on postback . Change in dates doesn't work
(in fact control is as good as created a fresh).
How can I stop this behavious ???
We are exploring the new possiblities in ASP.NET v2.0.
I want to have a page, in this page I have one WebPartManager
3 zones and I want to dynamically add WebParts to 3 zones.
I chose Page_InitComplete event (as explained in PDC 05) to load
UserControls dynamically into WebParts and Add it to Manager.
I just tried putting a Calendar Control on the UserControl and it
looses the values on postback . Change in dates doesn't work
(in fact control is as good as created a fresh).
How can I stop this behavious ???