We have an editable gridview in an accounting app. In order to show the edit/update/cancel buttons we are using <asp:CommandField ShowEditButton="true">. We need to add an alert/message box when a user tries to put in an entry that is invalid. How do we add an alert to a CommandField?
*we can not convert the commandField into a linkButton
*we can not convert the commandField into a linkButton