Monday, 8 April 2013

Message box in javascript from Code behind

                    Page.ClientScript.RegisterStartupScript(GetType(), "msgbox", "alert('Ledger name already exist in this financial year')", true);

No comments:

Post a Comment