onClientClick="return confirm('Are you sure you want to delete?')";
protected void btnAdd_Click(object sender, EventArgs e) { ClientScript.RegisterStartupScript(this.GetType(), "Alert", "alert('Add button clicked');", true); }
Join Hands Change lives Thanks & Regards Straight Edge Society
Best Regards Murali Krishna.S
ER sandeep chourasia sandeepchrs@yahoo.com (on facebook) http://www.aspnetcodes.com/
Sachin N. S.
Sandeep M, Software Developer Follow me on : http://sandeepmhatre.blogspot.in
<asp:Button ID="btnReviewed" runat="server" Text="Reviewed" CssClass="btncontrol" OnClientClick="return confirm('Are you sure want to change as Reviewed ?');" onclick="btnReviewed_Click" />
Login to post response