How to set Position of alert messege in asp.net
Page.ClientScript.RegisterStartupScript(this.GetType(), "Alert",
"JavaScript:alert('MY Message')",
true);
Above code shows message box on top of the page , but I want it to the
center of the page.
No comments:
Post a Comment