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
 
Back
Top