Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Sorry, for my problems but i am a ASP.NET beginner and i need help sometimes, Thanks this forum

for everything.

 

My problem is : i've a web form that contains a textbox and dropdownlist controls. it also has a label control

whose visible property change with conditions. But the problem is, when the label's visible property becomes true,

although it makes the textbox control disappeared, it does not cause the dropdown list disappeared,it still appears in label control. What is the difference between the textbox and Drop down list that cause this problem??

i want the label control to make dissappear the drop list like the textbox when its visible is true.

 

i 'll be very happy with your replies.

Thanks.

Suzan

  • *Experts*
Posted

So, you're using a label to hide other controls behind it? Just set

the DropDown control's visible property to false, or group all the

controls you want to hide inside a Panel control, and then just

set the Panel's Visible property to false.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...