hi, i have a composite control that contains a textbox. I want the programmer that uses my control to be able to write a javascript function to handle the onchange event of the textbox. How can I do that ? Thank you *** Sent via Developersdex http://www.developersdex.com ***
Provide a public property OnClientTextChange as string and then in PreRender event add this to your internal textbox' onchange attribute "Joe Abou Jaoude" wrote: > > > hi, > i have a composite control that contains a textbox. I want the > programmer that uses my control to be able to write a javascript > function to handle the onchange event of the textbox. > > How can I do that ? > Thank you > > > *** Sent via Developersdex http://www.developersdex.com *** >