Hi,
I have a page which has nested master.Uppermost master has RadAjaxManager in it.
In this page I m executing following code on onclick event of div
And in code behind file I have following code
Above mentioned div is in Panel1.
When I click on the div.it is causing postback.
Regards,
Suraj Patil.
I have a page which has nested master.Uppermost master has RadAjaxManager in it.
In this page I m executing following code on onclick event of div
$find(
"<%=RadAjaxManager.GetCurrent(Page).ClientID%>"
).ajaxRequestWithTarget(
"__Page"
,
"ClickSendInvites"
)
And in code behind file I have following code
RadAjaxManager AjaxManager = RadAjaxManager.GetCurrent(Page);
AjaxManager.AjaxSettings.AddAjaxSetting(Panel1, Panel1, RadAjaxLoadingPanel1);
AjaxManager.AjaxSettings.AddAjaxSetting(AjaxManager, Panel1, RadAjaxLoadingPanel1);
Above mentioned div is in Panel1.
When I click on the div.it is causing postback.
Regards,
Suraj Patil.