Please help
I have a web form which has a datagrid contain whole bunch of textboxes and dropdownlists and a delete column bellow:
<asp:ButtonColumn Text="Delete" ButtonType="PushButton" CommandName="Delete"></asp:ButtonColumn>
Can you show me how to write something in C# or Javascript to confirm users that they really want to delete that row in the datagrid. Any help would appreciate.
I have a web form which has a datagrid contain whole bunch of textboxes and dropdownlists and a delete column bellow:
<asp:ButtonColumn Text="Delete" ButtonType="PushButton" CommandName="Delete"></asp:ButtonColumn>
Can you show me how to write something in C# or Javascript to confirm users that they really want to delete that row in the datagrid. Any help would appreciate.