Friday, July 15, 2011

display alert by using serverside code

 string str = "Are you sure, you want to Approve this Record?";
        this.ClientScript.RegisterStartupScript(typeof(Page), "Popup", "ConfirmApproval('" + str + "');", true);

No comments:

Post a Comment