-----------------code for alert message(Message box)-----------------------
-------------web.config------------
script language="javascript" type="text/javascript"
function done()
{
alert("Form Submitted Successfully");
}
/script
Note:Please keep in tag format script line
--------------code editor--------------
ClientScript.RegisterStartupScript(this.GetType(), "msg", "");
No comments:
Post a Comment