DataList control....

  • Thread starter Thread starter RAB
  • Start date Start date
R

RAB

Hello,

I want a DataList control to be present on some postbacks and not on
others depending on what selection the user chooses in a list box on
the same form. How do I make the DataList disappear if appropriate?

Thanks,
RABMissouri
 
RABMissouri

if condition
DataList.visible = false


Regards,

Daniel Walzenbach
 

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