or
<
telerik:AjaxSetting AjaxControlID="BtnEmailChart">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="RdMenuToolBarForChart" LoadingPanelID="RadAjaxLoadingPanel1" />
</UpdatedControls>
</telerik:AjaxSetting>
Hi,
Using below code i open popup window. When the popup windod load main page css changing font size is increase
Path = "DocumentInfo.aspx?DocNo=" + lbId.Text;
Response.Write("<script language = Javascript>var
win=window.open('" + Path +
"',null,'width=910,height=455,top=150,left=150','true');</script>");
Why that?