NumericTextBox server side event

Hi there,

I am implementing the NumericTextBox. How can I get the onTextChanged event to fire if the user clicks on the up or down arrow on the NumericTextBox. I'm looking for server side, not client side event.

Thanks.

Ivan

1 Reply

MW Melba Winshia Syncfusion Team October 26, 2007 10:10 AM UTC

Hi Ivan,

We regret for the delayed response.

Since Numeric Textbox does not have AutoPostBack property, it is not possible to directly fire onTextChanged event when the user clicks on the up or down arrow on the NumericTextBox. So by using _doPostBack() in java script we should invoke the post back to the Numeric textbox and call the server side event. Please refer the below link to call server side events from client side:

http://www.west-wind.com/wconnect/weblog/ShowEntry.blog?id=481
http://www.thescripts.com/forum/thread331809.html

Please try this and let me know if this helps.

Thanks,
Melba

Loader.
Up arrow icon