I have an iframe
in my main aspx
page and this iframe
has also a aspx
page. iframe's page has some controls and main aspx page has a submit button on it. Now I want to postback
iframe's page on submit button's click event using javascript
. So that main page remain static and iframe's page goes for a postback
UPDATE
Thanks @Kevin Babcock and @Bala R
Suppose if I need to perform a button (which is in iframe) click event through main page
From javascript you can try something like
document.frames["iframeid"].document.forms[0].submit();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With