<%@ Page Language="C#" %> <%@ Register TagPrefix="mono" TagName="MonoSamplesHeader" src="~/controls/MonoSamplesHeader.ascx" %> DataGrid + Remove command

DataGrid sample

<%-- This is a column which has a 'Delete' LinkButton in it ---- When the button is clicked, DeleteCommand in the DataGrid will be called. --%>