Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom control, change default property

Status
Not open for further replies.

SBGibson

Programmer
Apr 18, 2001
125
IT
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
 
nope,

not that i know of, however this can be done using javascript. are you ok with that solution???

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top