| Thread | Last Post | Replies |
|
| Set Page properties in custom control | 20 Aug 2008 11:28 GMT | 1 |
I have a custom control that creates some labels, textboxes and buttons. In the PreRender() I am trying to set up something similar to the following;
|
| Click event does not fire - IPostBackEventHandler ? | 05 Aug 2008 09:27 GMT | 6 |
I am developing a container control like a standard Div with a template property called Content. Unfortunately, although the button implements the IPostBackEventHandler interface (since it is the standard Button control) it's click event does
|
| Facade for 3rd party controls, CompositeControl? | 04 Aug 2008 04:25 GMT | 1 |
Hi... Kind of a typical request from product management - they want to be able to swap in different 3rd party controls depending on their whim and the day. In this case, they want to support FreeTextBox and Cute Editor interchangably.
|
| Object property binding | 03 Aug 2008 17:14 GMT | 6 |
I'm new on creating WebControls and I'm having problems trying to assign two webcontrols that I have developed by using a property. Let me explain it better: In the first WebControl I declared a property like the following:
|