ASP.NET Tutorial
Pages
Home
Tips
Thursday, 29 December 2011
Alert Messages for Ajaxed pages
We can use the following code for alert messages in ajaxed pages:
ScriptManager
.RegisterStartupScript(
this
,
this
.GetType(),
"msg"
,
"alert(' Message....? ');"
,
true
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment