string sReturn="Welcome"; Response.Write("<script language='javascript'> alert('" + sReturn + "');</script>");
Response.Write("<script language='javascript'>{alert('Welcome');window.location.href('MainMenu.aspx');}</script>");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)