the thing is that I have a form with a textbox and a button and a hidden field, now what i want to do is to write something in the textbox ,pass it to the hidden field and then access that thing written in the hidden field in the controller . how can i do that?
Share
You can use OnSubmit form event, and javascript to copy data from TextBox to the hidden field. Here is a simple html exmple: