Hi, i'm using asp.net mvc 2 and Simplemodal with iframe
it works great but my controller is being called twice when opening in iframe when i call the page directly, the controller is called only once
$.modal('<iframe id="frmDetails" src="' + src + '" >', { containerCss: { height: "90%", width: "90%"} });
is there an option that i'm missing, it's a very simple call.
Thanks