all groups > asp.net building controls > january 2006 > threads for january 15 - 21, 2006
Filter by week: 1 2 3 4 5
Refer othr properties in the contrl in getstandardvaluecollection
Posted by Venkat at 1/20/2006 1:46:02 PM
Hi
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 overrid... more >>
How to render ControlStyle and other standard attributes?
Posted by Ken Baltrinic at 1/19/2006 7:05:01 PM
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 here.
Everythi... more >>
ViewState properties and mapped properties don't work well togethe
Posted by Christophe Peillet at 1/18/2006 6:46:41 AM
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 me.
2.) Uniq... more >>
Calendar control to display image on Mondays
Posted by David at 1/18/2006 6:01:07 AM
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?... more >>
Cache options for custom control
Posted by Henke at 1/17/2006 11:46:47 PM
Hi,
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.
The problem here is that I can not use the session object for cac... more >>
XHTML+SMIL and HTML+TIME
Posted by e_zverev at 1/17/2006 12:04:04 PM
Hi
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:
There is a W3C specification called SMIL for web animation and, as far as I
understood, Micros... more >>
|