ASP Button Submit
Hi,
I have a asp:button in my form and a few hidden fields. in asp:button, I have a javaScript func which will calculate some values and assign to hidden fields before submitting..
Problem is, once I click the button how do I submit the Form, insted of writing response.redirect in button click event. If I write response.redirect to next page, the hidden field values are going to the next page..
I have 3 other buttons in the same form..
help me.
Thanks
|