Total Pageviews

Sunday 15 March 2015

Create alert from code behind

protected void postad_lnk_btn_Click(object sender, EventArgs e)
    {
         ScriptManager.RegisterStartupScript(this, GetType(), "showalert", "alert('Please login to post an AD');", true);
      }

No comments:

Post a Comment