Using javascript confirmation box in gridview
-
hi I have a gridview and a delete button inside it. I want to show a javascript confirmation dialogue box on the click of this button . How can achieve this.? waiting ur reply . thanx sandeep
-
hi I have a gridview and a delete button inside it. I want to show a javascript confirmation dialogue box on the click of this button . How can achieve this.? waiting ur reply . thanx sandeep
-
hi I have a gridview and a delete button inside it. I want to show a javascript confirmation dialogue box on the click of this button . How can achieve this.? waiting ur reply . thanx sandeep
Hai Sandeep,
_ctrlName_.Attributes.Add("onClick","JavaScript:return confirm('Are you sure');");
-
Hai Sandeep,
_ctrlName_.Attributes.Add("onClick","JavaScript:return confirm('Are you sure');");