the javascript on code behind alert message with page redirect on the following code

ScriptManager.RegisterStartupScript(this,this.GetType(),"redirect",
"alert('Registration Successfully !'); window.location='" + 
Request.ApplicationPath + "Default.aspx';",true);

Comments ( 0 )