Remove Dynamic Controls

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

I am creating dynamic controls with a click event. When
the dynamic control is clicked I recreate the controls so
the click event can be fired.

Is there a way to then remove the control after the click
event has been fired so the control wont be displayed or
take up room on the page.

Thanks
 
make it invisible and turn off it viewstate support.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top