Browse by Tags

Related Posts

  • Re: Displaying images using dynamic data

    Hi Pcaligari, are you running plain DD from SP1 or have made use of Dynamic Data Futures from codeplex? if not I suggest you have a look at the Futures sample here: DynamicDataFutures0716.zip Also I have some articles on my blog c# Bits here: Part 1 - FileImage_Edit FieldTemplate Part 2 - FileImage_Edit...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 12-14-2008, 12:00 AM
    Filed under: Custom Field Templates, Dynamic Data, FileImage, FileImage_Edit
  • Re: ImageHandler and DbImage error

    In your app is the ntext coulumn containing image data or a file location? if a file location then you need to use FileImage not DBImage as DBImage is designed to work with binary image data not ntext. If you require fiel upload capability with FielImage then you will need to look at my blog series:...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 07-26-2008, 12:00 AM
    Filed under: DBImage, Dynamic Data, FileImage, FileImage_Edit
  • Re: Anyone know how to use the FileImageAPI Edit Funtionality?

    [quote user="Tareq"]Has anyone implemented a image handler to handle the image size? I was trying to tie it to the personal starter kits image handler but not able to.[/quote] Hi Tareq I don't know if this is the sort of thing you mean, have a look at this Dynamic Data: Part 2 - FileImage_Edit...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 07-15-2008, 12:00 AM
    Filed under: DBImage, Dynamic Data, FileImage, FileImage_Edit, Futures
  • Re: Anyone know how to use the FileImageAPI Edit Funtionality?

    The FileImageHelper.DisablePartialRenderingForUpload( Me , table) line disables partial rendering whenever there is a DBImage or FileImage FieldTemplate on the page due to the FileUpload having a security issue with partial render, so it's by design that the main updatepanel updates.
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 07-10-2008, 12:00 AM
    Filed under: Partial Render, DBImage, Dynamic Data, FileImage
  • Re: Anyone know how to use the FileImageAPI Edit Funtionality?

    Yep I can't type, I must have spell checked some of the code when I posted it to my blog but not all of it; sorry I try harder next time [quote user="robroe"] there is a slight typo in your code listing for FileImageTypesAttribute where you have got DefaultExtansions rather than DefaultExtensions...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 07-03-2008, 12:00 AM
    Filed under: Dynamic Data, Field Templates, FileImage, FileImage_Edit
  • Re: Anyone know how to use the FileImageAPI Edit Funtionality?

    [quote user="sjnaughton"] Another Note: there are two methods to do the edit: Give a list of images from the specified folder [ImageUrl( "~/images/{0}.png" )] and let the user choose Let the user upload the file to the [ImageUrl( "~/images/{0}.png" )] folder and the pass...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 07-02-2008, 12:00 AM
    Filed under: Dynamic Data, FileImage, FileImage_Edit
  • Re: Anyone know how to use the FileImageAPI Edit Funtionality?

    Hi Tareq, Please see this post Sample for Displaying Images from the Database using Dynamic Data by Scott Hunter (bear in mind that this is an old post and some of the Attributes have changed name and parameters) Here is my metadata class for the table FileImageTest using System.ComponentModel; using...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 07-02-2008, 12:00 AM
    Filed under: DBImage, Dynamic Data, FileImage, Futures
  • Re: File uploads / Writing just the filename to the database

    [quote user="a.starreveld"]I need all my files to be uploaded to my filesystem . [/quote] Is this SQL Server 2008's new filestream? or is it just a text field holding the filename? If it is a text field holding the filename then the FieldTemplate for file based images is FileImage so you...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 06-30-2008, 12:00 AM
    Filed under: DBImage, Dynamic Data, FileImage, Futures
  • Re: Displaying a Database Image in a Foreign Key Column

    Also just incase your images are stored in the filesystem and the file name is stored in the DB then you have my sample here part 1 here: http://csharpbits.notaclue.net/2008/07/dynamic-data-fileimageedit.html and part 2 here: http://csharpbits.notaclue.net/2008/07/dynamic-data-part-2-fileimageedit.html
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 11-05-2009, 12:00 AM
    Filed under: Dynamic Data, FileImage, Custom Field Templates
  • Re: Inserts when using customised field templates

    Hi , I recomend you take a look at the Download Dynamic Data Futures which has and example FieldTemplate called FileImage that is used to do somthing similar to what you are.
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 07-01-2008, 12:00 AM
    Filed under: Dynamic Data, FileImage
Page 1 of 2 (14 items) 1 2 Next >