Multiple Eval Binding
In linkbutton object inside gridview row,,this code will pass three parameters (ID1, ID2, ID3) when the linkbutton clicked.
<asp:LinkButton ID="lbCommand" runat="server" Text="Submit" CommandName="tesSubmit" CommandArgument='<%# Eval("ID1") + "," + Eval("ID2") + "," + Eval("ID3") %>' />













