While using a jQuery UI button inside a
Dialog, the button’s click event will not get fired, this is because while
adding the control to the Dialog it is moved out of the form hence the click
event will not get fired.
To make the click event to get fired, we have
3 options.
The first 2 options will trigger the server side event, but the values entered in the dialog controls will not be available in the server side code.
In the 3rd option, the event will get triggered and the values entered in the dialog controls will be available in the server side code.
No comments:
Post a Comment