How to show message box in asp.net



Where you want Your Messagebox Put Below Lines in your coding Page(aspx.cs)....



 protected void Button1_Click(object sender, EventArgs e)
{


  Response.Write("<script>alert('Your Text...');</script>");


}


                   if click button1 this message will display.....

Digg Google Bookmarks reddit Mixx StumbleUpon Technorati Yahoo! Buzz DesignFloat Delicious BlinkList Furl

0 comments: on "How to show message box in asp.net"

Post a Comment