web form control that works as temperature thermometer?

  • Thread starter Thread starter VM
  • Start date Start date
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.
 
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.
 
Back
Top