| Thread | Last Post | Replies |
|
| Very Strange Problem! (Derived Controls) - Help! | 31 Jan 2006 14:42 GMT | 4 |
I'm pulling my hair out trying to work this out. Pehaps I am missunderstanding something - hopefully someone can shed some light on this: 1) I have a class library that contains a bunch of custom web controls. Two of these controls are derived from the TextBox control, and overide ...
|
| MaskedEdit in ASP.NET 1.1 | 30 Jan 2006 18:17 GMT | 1 |
How would I make a masked text box, like the MaskedEdit control from VB6 or the Mask property in .NET 2, in ASP.NET 1.1?
 Signature Alex C. Barberi
|
| Order of events called in a custom control | 28 Jan 2006 12:45 GMT | 1 |
Dear Sir, I have a question on the order of event called during using a custom control when in 1. not IsPostBack and 2. IsPostBack situation
|
| Discovering CSS refs in page custom control resides during design time. | 28 Jan 2006 12:37 GMT | 1 |
I have custom controls that let developers apply CSS styles depending on the state of the control. They can do this at run-time and also at design-time in the properties pane. They currently need to type in the style class they want to use. I would like to give the control the ...
|
| Dynamic Control | 26 Jan 2006 22:01 GMT | 2 |
I made a page with a button , when I click that button ---> a new TextBox object is displayed. I made the following code but the bug is: Every time I click the button ---> a new TextBox appear but the previous one
|
| Update Property that mapped to a child control's property ? | 24 Jan 2006 06:18 GMT | 3 |
I am developing a composite control for my own use and I am not sure what the best practice is with regards to updating child control's property from a mapped property on the custom control. Should I
|
| ViewState properties and mapped properties don't work well togethe | 21 Jan 2006 19:35 GMT | 2 |
I have a CompositeControl with two types of properties: 1.) Mapped Properties that map directly to a child control's properties (ex.: this.TextboxText = m_txt.Text). These properties are handled by their underlying classes (such as the TextBox control), and are not persisted by ...
|
| Refer othr properties in the contrl in getstandardvaluecollection | 20 Jan 2006 22:32 GMT | 1 |
I am writing a webcontrol, that has two properties, both are strings. Based on the value of the first property, I want set the default values of the second property. I am trying to set the default values of the second property using typeconverter that inherits stringconverter and ...
|
| ASP.NET 2.0 Web Custom Control example | 20 Jan 2006 09:08 GMT | 3 |
I need to create web custom control that can contain any type of control as a child (similar to asp:Panel control). However, when I try to include children in my web control on aspx page, it says 'Content is not allowed between the opening and closing tags for element'.
|
| How to render ControlStyle and other standard attributes? | 19 Jan 2006 19:23 GMT | 1 |
I am writing a control that inherits from WebControl. It will be rendered as a text box, image, and an iframe wrapped in span. Now here is my problem. I want to render the entire contents more or less myself (i.e override the Render method) for reasons to complex to explain ...
|
| complex properties (font) on composite controls | 19 Jan 2006 10:53 GMT | 2 |
I have a control that is used to get a date (dropdown calendar) and is made up by a label and three dropdownlists. I overrided the Enabled property so when it is true/false all of the child controls are Enabled/Disabled. That was easy. But now I need to change the text size of the ...
|
| Calendar control to display image on Mondays | 19 Jan 2006 03:09 GMT | 1 |
I am trying to get an image to appear on all Mondays within the calendar control. I also want that image to be a link. How can I do this?
|
| Cache options for custom control | 18 Jan 2006 22:11 GMT | 1 |
I want to develop a function which will display a menu system based on a hieracy which is fetched from a database. For performace reason I would like to cache the menu structure per-user for all pages the user will visit.
|
| XHTML+SMIL and HTML+TIME | 18 Jan 2006 15:13 GMT | 1 |
Is the XHTML+SMIL profile supported by IE? By other popular broswers? Is it going to be supported? What is the place for HTML+TIME as purely Microsoft specification in future? What I know is:
|
| Is it possible to do this? Server Control Designer help needed...... | 17 Jan 2006 12:56 GMT | 1 |
I have created a server control which relies heavily on an image generating httpHandler. This in-turn relies on the developer adding a few lines into the web.config / machine.config. What I would like is to somehow test whether the config file has this
|