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.....
Home ASP.Net How to show message box in asp.net
0 comments: on "How to show message box in asp.net"
Post a Comment