0

Am using the below code to show the error message. It's working but i have a problem, design disappear while running scriptmanager message box. I can't able to fix this.

Page.ClientScript.RegisterStartupScript(
                this.GetType(), "PopupScript", "javascript:Editalertmessage('" + DeleteUS + "');", true);
4

1 回答 1

0

你可以试试这个:

ScriptManager.RegisterClientScriptBlock(yourupdatepanel, this.GetType(), "PopupScript", "javascript:Editalertmessage('" + DeleteUS + "');", true);
于 2013-03-10T10:39:24.043 回答