Hi all so i have this lauching the javascript to the page:
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "Alert", "confirm('Are you Sure You Want to Delete User??')", true);
But now i remebered that i need an answer on the codebehinf(C#).
So this way i can do the rest of the code, but im stuck with that, does anybody knows how to do that??
Thanks and Regards