Posted on: 5/25/2011 1:19:41 PM | Views : 810

Hello,
I have into my asp.net application many asp Image buttons. When user clicks on a button i want to change the associate image source to mark this button as selected item.
I saw in this forums one solution using javascript. If i decide to use this solution i must add many javascipt function in my aspx page (one per button). I don't want use javascript.
Can i use the imageButton event to change his image and refresh himself?
Thanks for your help
...

Go to the complete details ...