Hi,
I am trying to customize some controls in order to create a currency control. I have taken a Textbox control and hardly customized in all its parts (Javascript, XSLT and C#).
Basically I have created a property (decimal) that stores the value of my control. Now I need that this property (said DecimalValue) will have the same functionality of my Text property. I want that, every time change to my DecimalValue property (most of the times in the FireEvent Method, but not only in this case) causes a re rendering of the control client side.
How do I achieve this?
I have already used a workaround using the property Text that reflects the changes to the DecimalValue, but I would use a cleaner solution, if it is possible.
Thanks in advance,
Daniele