HelpNeeder
HelpNeeder

Reputation: 6480

Performing calculation as value changes in a textbox reseting my RangeValidated message

I am performing a calculation after user enters input into fields. Each field is range validated. Each field has AutoPostBack is set to true.

When user enter input into first field, then click on second field; the first field gets validated, but then auto post back kicks in and the validation looses it's value after page briefly reloads.

How can I avoid this?

Upvotes: 0

Views: 173

Answers (1)

Kiranramchandran
Kiranramchandran

Reputation: 2094

Please Set CausesValidation="true" in your TextBox

Upvotes: 2

Related Questions