Random Image in WPF
I am making window application. I want that whenever user visit on window application they will show different image of my company event. Is this possible to do this in WPF and how?
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.
Posted May 31, 2011, 12:12 AM
Store the image URL details in the database. Once the user is logged in, based on the user you will come to know the User Company details. Now based on the based on the company ID change the image in the Image box in your application .
Hope this helps you.