Hi,
.net core,mvc, c#, knockout
I have some textboxes and a button on my UI. On clicking my button I want to run some validations on server side.
On successfull validation I show another button.
I am new to .net core here. I wanted to know how can I use knockout to do such validation.
Any inputs will be appreciated.
Thanks