Hard to explain. When I develop a custom control I've to override render methods in order to change the output. But, if I only want to change the rendered value?
Let's say I want to build a textbox that takes it's "value" attribute not from "text" propery but from ... Tooltip, without having to manually rewrite all the "input" tag, just saying "take the value from tooltip instead of text" ...how can I make it?
RenderContents & renderChildren are not fired all the times, for example a chackbox doesn't fires those events.
Thanks is advance.
Stevie B. Gibson
Let's say I want to build a textbox that takes it's "value" attribute not from "text" propery but from ... Tooltip, without having to manually rewrite all the "input" tag, just saying "take the value from tooltip instead of text" ...how can I make it?
RenderContents & renderChildren are not fired all the times, for example a chackbox doesn't fires those events.
Thanks is advance.
Stevie B. Gibson