web form control that works as temperature thermometer?

V

VM

I'm working on a web form that displays the temperature of a certain room
and I'd like to display the temperature as a thermometer where I send it the
value (eg. 78 degrees F) and the thermometer changes and displays that
value.

Where can I find a control for a web form that looks like that?

Thanks.
 
J

Justin Rogers

This is a custom graphing control. Dundas may have something that you can use,
but you are better
off simply coding it yourself. If you are pretty sure you want to pay for such
a component, drop me
an email and I'll do a bid on the project.

If you go the direction of doing it yourself, you'll find that GDI+ is fairly
feature rich and you'll have the
ability to return a decent looking thermometer in just a few lines of code. The
additional overhead of
working that into an ASP .NET page won't add much more.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top