I have a varbinary column in my table which is intended to hold images which the user uploads. How can I get Dynamic Data to automatically generate a picture upload control(s) for this?
Hi john, you will need to get the Old Futures project from here Dynamic Data Futures VS2008 SP1 RTM and see Scott Hunters old article here (note: these were for DD1 and .Net 3.5):
Member
1 Points
59 Posts
Dynamic Data include varbinary data (images)
Jan 27, 2011 12:14 PM|johnfoot|LINK
I have a varbinary column in my table which is intended to hold images which the user uploads. How can I get Dynamic Data to automatically generate a picture upload control(s) for this?
All-Star
17916 Points
5681 Posts
MVP
Re: Dynamic Data include varbinary data (images)
Jan 27, 2011 12:28 PM|sjnaughton|LINK
Hi john, you will need to get the Old Futures project from here Dynamic Data Futures VS2008 SP1 RTM and see Scott Hunters old article here (note: these were for DD1 and .Net 3.5):
Sample for Displaying Images Updated + Screencast
Sample for Displaying Images from the Database using Dynamic Data
Hope this helps
Always seeking an elegant solution.
All-Star
94130 Points
18109 Posts
Re: Dynamic Data include varbinary data (images)
Jan 28, 2011 10:47 PM|Decker Dong - MSFT|LINK
Yes, what MVP says is quite nice!
and what's more, you should create a self-made DynamicField with a FileUpload and bind to the GridView by referring that...