T
Terry Olsen
I have a DataGrid with a Template Column. In the ItemTemplate I have an
ImageButton. I want to have the user select a row by clicking on the
ImageButton.
When the user clicks an ImageButton, how can I tell which row he clicked
on, and then change the image for the ImageButton in that row, and make
sure all the images in the other rows are default?
I have two Images, one of a button in the "Up" position, and another of
the same button in the "Down" position. Sorta like the old Borland
Controls.
Then, when the user clicks the "Submit" button, I need to know which row
of the datagrid was ultimately selected.
Thanks!
ImageButton. I want to have the user select a row by clicking on the
ImageButton.
When the user clicks an ImageButton, how can I tell which row he clicked
on, and then change the image for the ImageButton in that row, and make
sure all the images in the other rows are default?
I have two Images, one of a button in the "Up" position, and another of
the same button in the "Down" position. Sorta like the old Borland
Controls.
Then, when the user clicks the "Submit" button, I need to know which row
of the datagrid was ultimately selected.
Thanks!