M
Mark Rae
Hi,
Is there any way to use the asp
anel Web control so that it is always
created regardless of its Visible property? E.g. if I write the following:
<asp
anel ID=pnlEvent Runat=server Visible=False>
....controls
</asp
anel>
the panel is not actually created. I'd like it to be created but be
invisible, ready for me to make the <div> it creates visible client-side
with JavaScript as and when required, i.e. without a return to and from the
server...
Any assistance gratefully received.
Mark
Is there any way to use the asp
anel Web control so that it is alwayscreated regardless of its Visible property? E.g. if I write the following:
<asp
anel ID=pnlEvent Runat=server Visible=False>....controls
</asp
anel>the panel is not actually created. I'd like it to be created but be
invisible, ready for me to make the <div> it creates visible client-side
with JavaScript as and when required, i.e. without a return to and from the
server...
Any assistance gratefully received.
Mark