repeater control-----please help-very urgent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • akssmv
    New Member
    • Aug 2008
    • 1

    repeater control-----please help-very urgent

    hi

    i have a aspx page in which i have a repeater control which is been incoprated into the <td>of a table. this repeater contains a number of linkbutton for the number of records in my database.

    i have set the background color of the linkbutton.

    now i wish to change the background color of the linkbutton which user selects and the rest should be the same as before.

    i would like to know how this could be accomplished.

    would be kind if anyone could help me in this. (the codebehind is in C#)

    thanks

    regards

    akssmv
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    You may accomplish this through the select event using dhtml, clientside.

    Comment

    Working...