I have a main form (frmMain.aspx)which has an iframe element, setting src="frmChild.aspx" - both forms are AJAX enabled. When I trigger a client event (eg button click) from the main form and in javascript call the ajaxRequest routine of a RadAjaxPanel on the frmChild.aspx the main form is also posted back ( a normal postback as opposed to an AJAX one).
I have managed to get rid of the main form postback by introducing another iframe into the main form with src="frmToolbar.aspx" (which i havent AJAX enabled yet); when this frmToolbar initiates the call to the frmChild RadAjaxPanel ajaxRequest the extraneous postback is eliminated.
Is this behaviour by design (and I can rely on it functioning this way into the future)?
Thanks,
Simon
I have managed to get rid of the main form postback by introducing another iframe into the main form with src="frmToolbar.aspx" (which i havent AJAX enabled yet); when this frmToolbar initiates the call to the frmChild RadAjaxPanel ajaxRequest the extraneous postback is eliminated.
Is this behaviour by design (and I can rely on it functioning this way into the future)?
Thanks,
Simon