| Thread | Last Post | Replies |
|
| Time Picker | 02 Mar 2007 17:23 GMT | 2 |
I'm trying to build a time picker and I have no idea how to do this using C#. Any help will be most appreciated.
|
| AddParsedSubObject and Multiple Identical Property Types | 01 Mar 2007 10:19 GMT | 4 |
I have a custom composite control decorated with ParseChildren(false) and PersistChildren(true) because I want to parse the inner markup for custom controls. That part works fine. But the "top level" control also contains a series of style properties that I want to persist using ...
|
| renderbegintag without any tag | 01 Mar 2007 07:26 GMT | 2 |
Is there possible to use renderbegintag without any tag ? I created a webcontrol library. The output of control there is span tag. How can i disable it ? I want to put any tag at html output of webcontrol library.
|
| Programmatically Assign Data Binding Expression? | 01 Mar 2007 07:26 GMT | 3 |
Is it possible to programmatically assign a databinding expression to a child control of a composite control. For example: protected override void CreateChildControls() { Label aLabel = new Label();
|