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);
08:43
|
Category:
|
0
comments
Comments ( 0 )