Confirm Message while Delete Row From GridView [modified]
-
HI I Wrote My Code as follows. Its Working fine. But delete event didnt fire. I also mentioned the Delete event in GridView Control runat="server" id="gvwRoleScreen" width="100%"> OnRowDeleting="gvwRoleScreen_RowDeleting" OnRowEditing="gvwRoleScreen_RowEditing"/> ImageUrl="~/Images/drop.png" OnClientClick="return confirm('Are you sure to delete this record?');" />
r_palanivel83 10:01 4 Jan '06
modified on Monday, December 17, 2007 5:40:00 AM
-
HI I Wrote My Code as follows. Its Working fine. But delete event didnt fire. I also mentioned the Delete event in GridView Control runat="server" id="gvwRoleScreen" width="100%"> OnRowDeleting="gvwRoleScreen_RowDeleting" OnRowEditing="gvwRoleScreen_RowEditing"/> ImageUrl="~/Images/drop.png" OnClientClick="return confirm('Are you sure to delete this record?');" />
r_palanivel83 10:01 4 Jan '06
modified on Monday, December 17, 2007 5:40:00 AM
r_palanivel83 wrote:
But delete event didnt fire
Not firing means, Client event or Server event?
Regards, Venkatesh Mookkan. Software Engineer, India My: Website | Yahoo Group | Blog Spot