I have grid on input form on page using mvc razor.. and i have checkbox and create button exist on input form .. on checkbox click partailview open where grid select .now i want if user select grid row and fill input form its data send to next page but when CREATE button click . any idea how to send selected data to another page on button click?