B
brett
I have a small FORM with an updatepanel control (ajax) that needs to
display in a DIV. There are two DIVs side by side in this page
(parent). A link is clicked in the left DIV, it loads an aspx page
(child) into the right DIV. That works fine if no FORM tags are in
the DIV (i.e. in the child). If I leave the FORM tag out of the child
and use the parent page's FORM, I run into problems with the
updatepanel in the child. The error says I need a scriptmanager,
which the parent has. I guess it isn't recognized because the aspx
I'm calling is processed before it gets into the parent (?).
Anyone have some suggestions on how I can do this?
Thanks,
Brett
display in a DIV. There are two DIVs side by side in this page
(parent). A link is clicked in the left DIV, it loads an aspx page
(child) into the right DIV. That works fine if no FORM tags are in
the DIV (i.e. in the child). If I leave the FORM tag out of the child
and use the parent page's FORM, I run into problems with the
updatepanel in the child. The error says I need a scriptmanager,
which the parent has. I guess it isn't recognized because the aspx
I'm calling is processed before it gets into the parent (?).
Anyone have some suggestions on how I can do this?
Thanks,
Brett