How to submit to the server with JQuery.UI Dialog and ASP.Net?
- by Paul
Hi,
I'm looking for a way to submit information captured in a JQuery Dialog to the server in ASP.Net. I originally thought it would work with a 'hidden' asp button, but the click doesn't seem to be submitting the form. Here's the code I have so far:
<script type="text/javascript">
jQuery(document).ready(function() {
var dlg =…