I have 2 radio buttons 1 to to accept the work and give an option for file upload and on second button the file upload option will not be given
On click of submit this data is saved in the database
i wrote ajax function for this as follows:
$(document).ready(function () { $('#rmrkRjct').click(function () { var url1 = "/Mycontroller/function1"; $.ajax({ type: "POST", url: url1, success: function () { } }); }); this is calling my function bt does not show me updated view