I am having a problem with my code. I am using VB.NET and Visual Studio 2010 to write my program. The source of the control that I am using can be found here.
I\'m creating a web server control that has an image button on it. The html for the control is done in the RenderControls of the code, the control devrives from WebControl, IScriptControl, INamingCont
I have build a Custom Control with an ImageURL property.At design time when I enter an image in the ImageUrl I get the following error message
I\'m developing a custom co开发者_运维技巧ntrol which is a composition of tables and buttons. I also have an external CSS stylesheet that defines the styles for these elements.
I have a custom Control derived class and a view model to go with. The user can do several actions with this control, and I\'m thinking it\'s best to implement these as RoutedCommand objects or IComma
I\'ve written a custom ASP.net control that descends from LinkButton and overrides the Render() method. I\'m using it to replace ImageButtons in the site I\'m working on so we don\'t have to have an i
Our Control I have a Custom SWT implementation of a Combobox/DropDownList. This is implemented as a Composite containing a Text and a Button.
I have an object Trip in my object model containing a list of Nodes (e.g. NodeName, StartDate and EndDate) and I am trying to build a Custom control in WPF that draws list of rectangles: one for each
I am planning on writing a hierarchical organizational control, similar to an org chart. Several org chart implementations are out there, but not quite fit what I have in mind.
I need to configure a property of a custom control I wrote, specifically before the control calls OnInit. If I assign it as part of the ASPX file, it naturally works, but if I instead move the assignm