I have inserted an Image viewer webpart in sharepoint page (say Page 1). Actually this page will be displayed by clickng on a Employee (link button) in onther page ( say Page 2) . From page 2 I can get Employee ID in querystring. So now I have to fill the image viewer webpart with an image based on the Employee ID. All the images stored in user profiles in sharepoint.
Can anybody give a solution how to pass parameter and get the imageurl from image viewer webpart?