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