I have one Create Client View In mvc3..from that i view i need to pop up the model of bootstrap on which i can add client..i have submit button on bootstrap model as well as create button on main form...i have written partial view for model pop up...my
problem is that when i am going to store the values from model pop up...it shows validation(i.e:-required field on main form)and my value on model pop are not getting submitted because of validations on main form...how can i solve this..Please help...
Go to the complete details ...