How to add Ajax validation in a master where I have fields for other tables based on jqrelcopy?
- by AravindRaj
In a master page(_form) I want to save three fields
drop down
text box
Option list and if a certain option from the option list is selected I need a JQrelcopy to appear and the user can add many
values using JQrelcopy. The values, which are stored in JQrelcopy has
to be saved in some other table.
Now the problem is I want to give AJAX validation like the field
cannot be blank, Only alphabetical characters are allowed for the
fields which are inserted through JQrelcopy. I thought about creating
a scenario, but I can't get it right