Selected row

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ian Oldbury

    Selected row

    Hi all,

    i have a page with 2 datagrids on it, the Top grid contains a number of
    columns and a button within an itemtemplate.
    When the user clicks on this button the second grid is populated with its
    sub levels.

    Does anyone know how i can change the style of this row when the button has
    been clicked? Like would happen if i had an "Edit/Update/Cancel"
    editcommandcolu mn.

    <asp:templateco lumn>
    <itemtemplate >
    <asp:button id="btnRaceID" runat="server" cssclass="Butto n"
    commandname="Vi ewRaces" text="View Races"></asp:button>
    </itemtemplate>
    </asp:templatecol umn>

    thank you

    ian


Working...