Sunday, September 25, 2011

Display alert before redirect in asp.net

 ScriptManager.RegisterStartupScript(Me, Me.GetType(), "message", "alert('Thank for posting your comment. You will now be redirected to our home page.');location.href = 'EntryMaster.aspx'", True)

No comments :

Post a Comment