One thing I am clueless how to do with the DataList is on the DeleteCommand how to CONFIRM the deletion before actually deleting the records from the database?
Code:'In my HTML
<asp:LinkButton id="delete" Runat="server" CommandName="Delete" Text="Delete"></asp:LinkButton>
