RegisterStartupScript asp.net (page_Load)



protected void Page_Load(object sender, EventArgs e)
{
ScriptManager.RegisterStartupScript(this, this.GetType(),
"Alert", @"alert('Sistemde  hata oluştu.');", true);
}

Yorumlar