I have a datagrid with a delete button. The delete part works, what I want is a confirm button that says are you sure with an ok or cancel button.
Anyone have an ideas on this. I tried to put an onclick even in this lineThis did not work.Code:<asp:ButtonColumn Text="Delete" CommandName="Delete"></asp:ButtonColumn>
Thanks
