Validation / Remote Validation with knockout.js in vb.net mvc
问题 Pretty simple goal, I want to make sure a username entered by a user is unique right after they enter it. I thought I could use Remote Validation, but the page uses knockout.js so the viewmodel is JavaScript. From what I gather I would have to have passed in my model that has the data annotations in VB to use Remote Validation. I can't seem to find examples of this feature that include the html so it's hard to figure out. How can I accomplish something similar with knockout? I've seen another