(Solved) :: Call Server / Client side TextChanged event together |
| Sanjay Verma posted at 05-Jul-08 06:11 |
TextChanged Event Server & Clientside.
I have one textbox on my aspx page.
I want to validate amount in that textbox. If it exceeds 100 then the alert message should show that amount is bigger. And it should not go further. But if the amount is less than or equal to 100, then after checking the condition on clientside, it should to the server side TextChanged event.
I have written a javascript function which is being called on "onchange" event of textbox and if the value is valid, then it should call serverside textchanged event of the same textbox.
Please its urgent. |
| Biography |
| Asp.Net Developer |
|