Home All Groups Group Topic Archive Search About
Author
11 Jul 2005 4:09 PM
Ernie
I am aware that there was an issue with the earlier version of the
framework and the ability to render attributes properly.  Has this been
corrected?  I am trying to iterate through a DropDownList and change the
individual forecolor of specific items and it is not rendering.  Any
assistance would be appreciated.

Thanx

A Plan without Action is a DayDream
Action without a Plan is a Nightmare

*** Sent via Developersdex http://www.developersdex.com ***

Author
8 Aug 2005 12:27 PM
Joe90
Hi Ernie

I was wondering if you had solved this issue as I have exactly the same
problem.

Any help would be appreciated

Thanks
Author
21 Aug 2005 5:05 AM
Ernie
This is still an issue.  I have a work around.  I created a class that
inherited the standard parser but if you maintian info in the viewstate
and postback without re-iterating the list, you will lose the
attributes.  This is also in the new beta v2.0 of the framework so I
dont think it will be fixed any time soon.

A Plan without Action is a DayDream
Action without a Plan is a Nightmare

*** Sent via Developersdex http://www.developersdex.com ***
Author
25 Aug 2005 10:32 AM
John O
Hi

I'm just finishing up a new Color DropDownList C# WebControl

Check it out.

http://www.hugetiger.com/ColorDDLTest.zip

The state of font color and the backround color for each listitem are saved
on postbacks.

Best

John
Show quoteHide quote
"Ernie" <nospam@devdex.com> wrote in message
news:eIgKp3gpFHA.1968@TK2MSFTNGP14.phx.gbl...
> This is still an issue.  I have a work around.  I created a class that
> inherited the standard parser but if you maintian info in the viewstate
> and postback without re-iterating the list, you will lose the
> attributes.  This is also in the new beta v2.0 of the framework so I
> dont think it will be fixed any time soon.
>
> A Plan without Action is a DayDream
> Action without a Plan is a Nightmare
>
> *** Sent via Developersdex http://www.developersdex.com ***