when i run this program in the button it dont work corectly and dont show image in image button. where is the problem?
please answer me.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jean PaulPosted Oct 21, 2011, 10:06 AM
You set the image url wrong ImageUrl="~/App_Data/Penguins.jpg"
Right one: ImageUrl="~/Penguins.jpg"
I can see the 3 penquins now..
Regards,
JP
Mark as answer if solves.