SharePoint 2010–Dialog Box Close Not postback
Cuma, Kasım 05, 2010
void btnOK_Click(object sender, EventArgs e)
{
this.Context.Response.Write("<script type='text/javascript'>window.frameElement.commitPopup();</script>");
this.Context.Response.End();
}
Labels:
Sharepoint 2010
Yorum Gönder