(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

Click here to sign in and reply. You could earn money via our $500 contest just for being helpful.
  (Solved) :: Call Server / Client side TextChanged event together - Sanjay Verma  05-Jul-08 06:11 6:11:14 AM
      try this.... - Vasanthakumar D  05-Jul-08 05:39 5:39:32 AM
          Not working - Sanjay Verma  05-Jul-08 05:46 5:46:19 AM
              try this... - Vasanthakumar D  05-Jul-08 05:57 5:57:55 AM
                  It Worked. - Sanjay Verma  05-Jul-08 06:05 6:05:03 AM
                      cheers... - Vasanthakumar D  05-Jul-08 06:05 6:05:33 AM
      Try something like this; - Sujit Patil  05-Jul-08 06:00 6:00:50 AM
          Not working - Sanjay Verma  05-Jul-08 06:01 6:01:50 AM
View Posts