Setting the visible property to a group of controls

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

I am trying to find a method to set the visible property to a group of
controls

In VB.NET I would put all the controls in a group/Panel and set the visible
property of the group/panel

It doesn't seem to work when I use the html controls <DIV> and when I try
the panel control I can't locate the controls in the right position

Any suggestions?

Samuel
 
Hi

you use the following code to hide the div tag in javascript.

document.getElementById('Div').style.visiblity="hidden";

Thanx
 

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