I want to validate product code for duplication using ajax call(in jquery) for webservice in which web method is written. now if success function executes as ‘duplicate product code’ it should not allow the user to save record. so how can i check this on Save buttons click event
I want to validate product code for duplication using ajax call(in jquery) for webservice
Share
First, create the below method in the page code behind.
And in the page markup just before the end body tag insert this code
Hope this helps