I've given OnRowCommand="grdAccount_RowCommand" also and below given code also. But its not firing event.
<asp:TemplateField HeaderText="VotableShares" HeaderStyle-HorizontalAlign="Left">
<asp:LinkButton ID="lnkVoteShare" runat="server" Text='<%#Bind("VotableShares") %>'
usesubmitbehavior="true" CommandName="VoteShare" CommandArgument='<%#Bind("VotableShares") %>'
ForeColor="#3399ff">