visible properties of all webcomponents

M

Murali

We r using a single aspx page for insertion ,updation and deletion of data.In each cases we want to hide a lot of web components in a single form.Now we r hiding each component using the visibility property of components.But we want to avoid this one because (eg: if there r 20 components then we have to set the visibility of each component separately)How to set visible properties of all webcomponents in the form in a single statemen
 
E

Evertjan.

=?Utf-8?B?TXVyYWxp?= wrote on 15 feb 2004 in
microsoft.public.inetserver.asp.general:
We r using a single aspx page for insertion ,updation and deletion of
data.

This is a classical ASP NG.

Please see a dot.net NG for this question.
 
E

ecPunk

Murali said:
We r using a single aspx page for insertion ,updation and deletion of
data.In each cases we want to hide a lot of web components in a single
form.Now we r hiding each component using the visibility property of
components.But we want to avoid this one because (eg: if there r 20
components then we have to set the visibility of each component
separately)How to set visible properties of all webcomponents in the form
in a single statement
I believe if you set all of the components of the form to have the same id
that once you set the visibility of that id (using getElementByID in
J(ava)Script) it should hide all of them. Also if the components are in a
grouping that does not contain any of the components you wish to show you
could probably use a span or div and set the visibilty of those.

Neil
 

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

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,826
Members
47,371
Latest member
Brkaa

Latest Threads

Top