sgunay Posted December 26, 2003 Posted December 26, 2003 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 Quote
kahlua001 Posted December 26, 2003 Posted December 26, 2003 I dont think I follow your problem. Can you post some code Quote
*Experts* Bucky Posted December 27, 2003 *Experts* Posted December 27, 2003 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. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.