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
903
How do I access other cells in same row in ItemCommand
posted

I have an image button in an TemplateDataField  of Band(0) in a WHDG.

<ig:TemplateDataField Key="ClearCol">
        <ItemTemplate>
            <asp:ImageButton ID="ClearButton" runat="server" CommandName="CLEAR" CommandArgument='<%# Eval("Transport Order ID") %>'
            ImageUrl="~/images/ClearBookButton.gif" />
</ItemTemplate>

I am handling the ItemCommand OK but SERVER side I want to be able to read the contents of other cells from the same row of the grid.  Row selection is not enabled.  How do I do that?

Parents Reply Children