Search found 2 matches
- Tue Dec 02, 2008 11:40 am
- Forum: .NET
- Topic: Gauges in asp.net do not work properly
- Replies: 4
- Views: 2146
Hi Narcís, thanks for your quick reply. I figured out the reason why the program goes into an infinite loop. It has to do with the range of my gauge. Since my program sets these ranges at runtime based on user settings, one of those settings was from 0 to 1 million so that is causing the program to ...
- Tue Dec 02, 2008 8:00 am
- Forum: .NET
- Topic: Gauges in asp.net do not work properly
- Replies: 4
- Views: 2146
Gauges in asp.net do not work properly
Hi, I a web user control with circular gauge and worked beautifully; however, all of sudden it doesn't work anymore. The web page goes into an infinite loop with cpu at 100%. I tried recreating the control again and got same problem. I am using HttpHandler to create the graph. I already tried using ...