Hello,
I have a few buttons created dynamically in C#, each button have a background image (file path to the image is set in cssClass).
Now, the user can pass a new image (a file path) he wants to be desplayed on the button.
How can I set the user's image as the background of a button?
I tryed
myButton.Style.Add("background-image", "images\userImage.png");
but the image is not desplayd.
Please help!
TL.
...
Go to the complete details ...