Which components should I use for color and photo selection in ASP.NET?

Asked

Viewed 77 times

2

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

One for colors, returning color code in hexadecimal, for example: ffffff or #ffffff;

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

Grateful.

1 answer

2

  • Jscolor worked perfectly, I’m implementing Imageresizer to test but I don’t understand how to apply it to html. You can give me an example?

  • This component has something specific to upload and treat the images?

  • It treats images. Upload is another thing. If you want to generate thumbnails for your Views using Imageresizer, open another question, please.

  • Edited question.

  • I edited the answer too.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.