Here is an example. The problem is that the Label2 has always Visible=true, regardless of the if-else result. How can i know if its visible or not?
I have something like 15 grids and I want to put them in on one control with some kind of navigation ... something like tabs panel but instead of tabs I would like to have开发者_如何学运维 arrow or pa
I was wondering if anyone is able to tell me how they were able to make the windows UI in the apps UberMusic? I know it\'s exactly like the windows phone 7 interface and I was wanted to implement t开发
Is it possible to change the parent of a silverligh开发者_StackOverflowt control? When I tried adding it to the children collection I got an exception.You cannot assign a control to two different pare
I want to have detachable controls in my software where a user can drag out a view (control) into a seperate window. Like the TabItems in Visual Studio 2010.
i have a menustrip with two items british and SI , there are the items names , i want to display some text when ever one of them is clicked , i tried that with that code but nothing happens when i cli
TextBox, Label, Panel, ... all inherits from Control. Is there a way to inherit from Control and make ASP.NET controls inherit from my new control?
I have looked at a very simila开发者_JAVA百科r stackoverflow question(s), but the answers aren\'t helping me.
I have an asp.net custom server control. Is there anyway I can reuse it in MVC3? My existing asp.net control relies quite a bit on storing the information in HttpContext. If I can somehow make the con
I need a library or a framework plugin that can draw charts that can be modified real-time by resizing part of the chart itself. Is there such thing?