Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
121 views

How can I assign a property value based on another property in a composite control?

Environment: Asp.net 4.5, Webforms I'm creating a composite control. I've exposed multiple public properties, but running into a slight problem. Let's say I have two properties: Public Property ...
user1447679's user avatar
  • 3,230
1 vote
1 answer
177 views

Umbraco create macro of .NET Composite Control

Been struggling with this for a while now.. I'm perfectly able to create a working .NET Composite-control, which works fine in an aspx website. I'm able to create in umbraco a macro for a .net ...
Yosoyke's user avatar
  • 485
0 votes
0 answers
309 views

user controls VB2010 express

I am creating an application, which displays data from 4 or more stations. The data to be displayed is text and it can have variable number of sub-stations in it. So I plan to create 2 levels of User ...
Embedded User's user avatar
1 vote
1 answer
927 views

Postback From Controls inside Composite Web Control

Let's say we have a composite web control with a combobox and a textbox. Is it possible to build into the control functionality such that when the text in the textbox changes, it posts back and adds ...
Dave's user avatar
  • 61
1 vote
1 answer
1k views

Validator Disappears on PostBack Inside Composite Control

This should be a simple problem to fix, as it uses the same way I fixed my last problem with FooControl (below). Basically, I want to add a derived validator I made to this composite control. It ...
kamranicus's user avatar
  • 4,367