problem with UpdatePanel and PlaceHolder
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi my dears, Im developing a website in VS2005, in one of my pages I have 3 UpdatePanels and in eache one I`ve used some server controls. In UpdatePanel1 I have a PlaceHolder server control that I add some Labels to it in runtime . When I run my website these labels will be added to PlaceHolder, but when I click some controls in other UpdatePanels the PlaceHolder in UpdatePanel1 loses all labels. can you help me to fix this problem ? Thx a lot my friends,