What components should I use for color selection and photos in ASP.NET?

2

I have an ASP.NET solution using bootstrap for page styling and would like recommendations for two component types:

One for color, which returns the color code in hexadecimal, for example: ffffff or #ffffff;

And one for uploading photos, if possible one that has a gallery of thumbnails. Note: The photos will be saved on the server, that is, it will not have communication with the database.

Thank you.

    
asked by anonymous 18.09.2015 / 21:07

1 answer

2

For colors there are two: JSColor and Bootstrap Color Picker .

For thumbnails you can use the ImageResizer .

To view thumbnails , you can use, combined with ImageResizer, OwlCarousel .

    
18.09.2015 / 21:15