Hi
I have below code. On Save i want that value in txtRating should be 100 else error message should be displayed
Thanks
Hi
I have below code. On Save i want that value in txtRating should be 100 else error message should be displayed
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Oct 3, 2022, 5:39 AM
Hello
You can use TextMode in asp.net to make input field as number and set Min & Max limit to validate.
Plese try below code.