I have two validation groups: parent and child
I have an add button that needs to only validate the child validation group which is easily done. The save button ne
You should be able to accomplish this by creating a javascript function that uses Page_ClientValidate and then having the button call that function