Now when the user selects something from the dropdown, that image will be
displayed.
--
Jerry Thomas [MSFT]
Jer...@online.microsoft.com
This posting is provided "AS IS" with no warranties, and confers no rights.
Sample code subject to http://www.microsoft.com/info/cpyright.htm
"Daren" <anon...@discussions.microsoft.com> wrote in message
news:52E73619-0413-4D86...@microsoft.com...
> Hi guys - My client is yet again asking for something a little different:
I'm looking to select an image from a sharepoint list depending on the value
the users selects from a drop down when they fill out the form. The image
will then be inserted into a picture box or rich text box and submitted so
that the next time a user opens the form the image will be visible.
> I figure I can retrieve and filter the list of filenames representing the
images by setting the list as a secondary data source, but how to take that
image and write it to the node I have set up (ideally with the ability to
resize)....Does anyone know the best way to do this?
> Many thanks