function GoMod(ID)
{
alert(ID);
}
<asp:GridView ID="gvReport" runat="server" DataKeyNames="ID" AllowSorting="True" AutoGenerateColumns="False" onrowcommand="gvReport_RowCommand" CssClass="gridtb" Width="100%" AllowPaging="True" PageSize="10" PagerSettings-Visible="false"> <asp:G