This question is locked. New answers and comments are not allowed.
Hi,
I want to get IncrementStep of NumericTextBoxFor by percentage of its orignal value.
For example the value of my NumericTextBoxFor is 1000. When I click the up button it should increment the value by 0.5% and the new value should be 1005
Again when I click the up button it should increment the original value by 0.5% and the new value should be 1005 + 1005 * .5 / 100 =
1010.03 (1010.025) and so on.
How can I achieve this??
Thanks,
Norbert