Sunday, July 22, 2012

Javascript alert message in AJAX

When we use AJAX into the page then we cannot show alert message using RegisterStartupScript to show the alert message in AJAX page you can use the below code

ScriptManager.RegisterClientScriptBlock(this, typeof(Page), "alertmsg", "alert('Your Message!.');", true);

1 comment:

  1. Great information to read, i learns a lot while reading this post. Thanks for this blog software training institutes | Summer training in embedded

    ReplyDelete

Note: Only a member of this blog may post a comment.