P
PKin via DotNetMonster.com
Hi,
I have a web page with a radioButtonList with 3 buttons (B1,B2 and B3) and a
placeholder.
B1 will put an .ascx file (Pl1.ascx) in the placeHolder, B2 will do the same
with Pl2.ascx and B3 with Pl3.ascx.
Each .ascx file has controls that can fire som events(button, dropList...).
When I start the page, B1 is default and every control on Pl1.ascx work very
fine. When I choose B2 or B3 the .ascx file is loaded in the placeholder but
no control works the first time. I have to press twice to fire the event and
they will work after the second time.
When I go back to B1, I have to do the same procedure again: first time
nothing works and after everything work.
Did I do anything wrong???
Pkin
I have a web page with a radioButtonList with 3 buttons (B1,B2 and B3) and a
placeholder.
B1 will put an .ascx file (Pl1.ascx) in the placeHolder, B2 will do the same
with Pl2.ascx and B3 with Pl3.ascx.
Each .ascx file has controls that can fire som events(button, dropList...).
When I start the page, B1 is default and every control on Pl1.ascx work very
fine. When I choose B2 or B3 the .ascx file is loaded in the placeholder but
no control works the first time. I have to press twice to fire the event and
they will work after the second time.
When I go back to B1, I have to do the same procedure again: first time
nothing works and after everything work.
Did I do anything wrong???
Pkin