D
Dinçer
I have three TextBoxes. Say, txtValue1, txtValue2 and txtValue3...
After the user enters something into the txtValue1 and tabs; I want to go to
the serverside, call a method(which will take txtValue1's value as argument)
and fill in the values of txtValue2 and txtValue3.
To do this, I need to implement javascripts "onBlur" event handler so that
it calls my method (say CalculateValues()) on the serverside.
What should I do to call a serverside method from my client side javascript?
After the user enters something into the txtValue1 and tabs; I want to go to
the serverside, call a method(which will take txtValue1's value as argument)
and fill in the values of txtValue2 and txtValue3.
To do this, I need to implement javascripts "onBlur" event handler so that
it calls my method (say CalculateValues()) on the serverside.
What should I do to call a serverside method from my client side javascript?