Hi Ryan, maybe you can help me out...
Im trying to incorporate your TimedTextBox into my own project, i only changed the namespace and registered it into the web.config.
<Control Type="Company.WebGuiCustomControls.TimedTextBox, Company.WebGuiCustomControls" />
Put the control on a form, set the TimeLength to 500 and ResetClientTimerOnKeyPress to false, but still the TextChanged event will not fire, only if the TextBox looses focus. Do i overlook something...?
Thanks in advance,
Tom