Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
GRid
posted

 

 

 

 

 

 

 

 

 

<asp:ImageButton runat="server" ToolTip="Change" id="imgEdit1" CommandName="Select" ImageUrl="~/Images/Edit.GIF" CommandArgument='<%# DataBinder.Eval(Container,"RowIndex") %>' OnCommand="imgEdit_Command" Height="20px" Width="20px"/>

 

 

<asp:ImageButton runat="server" ToolTip="Delete" id="imgDelete1" CommandName="Delete" ImageUrl="~/Images/Delete.png" CommandArgument='<%# DataBinder.Eval(Container,"RowIndex") %>' OnCommand="imgDelete_Command" Height="20px" Width="20px"/>

 

 

 

How a rowindex can be identified in ultrawebgrid

 

It always shows error to me