ASP.NET C# DevExpress Report -- 2
Budget: $10 – $30 USD
** Note: this is a small project and I know it. Please do not bid like this is a major DB driven website like ebay **
Hi. I need an ASP.NET C# DevExpress report that pulls images from a table and displays them in a control. The images to fetch and be displayed will be based on an ID associated with the images (1, 2, 3, etc). There could be 0 images or 10. The report will call a stored procedure, pass in the ID from the querystring, get the images and display them on the report. The size will need to be limited so it can show 3 or 4 per row. If there are no images, say something like "no images found". The table will hold the images directly and be in sql server. This needs to be in a Visual Studio project and can be simple but well documented in case I need to make changes. The table should be:
Image_ID (PK)
Image
Associated_ID (id passed in to the query)
There can be 0 or more images per Associated_ID.
Hi. I need an ASP.NET C# DevExpress report that pulls images from a table and displays them in a control. The images to fetch and be displayed will be based on an ID associated with the images (1, 2, 3, etc). There could be 0 images or 10. The report will call a stored procedure, pass in the ID from the querystring, get the images and display them on the report. The size will need to be limited so it can show 3 or 4 per row. If there are no images, say something like "no images found". The table will hold the images directly and be in sql server. This needs to be in a Visual Studio project and can be simple but well documented in case I need to make changes. The table should be:
Image_ID (PK)
Image
Associated_ID (id passed in to the query)
There can be 0 or more images per Associated_ID.