Click here to Skip to main content
15,901,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: C# Pin
Syed Zoheb Ali Sumair16-Apr-12 6:14
Syed Zoheb Ali Sumair16-Apr-12 6:14 
Questionconvert algorithm Pin
thilz10-Apr-12 22:22
thilz10-Apr-12 22:22 
AnswerRe: convert algorithm Pin
uspatel11-Apr-12 1:18
professionaluspatel11-Apr-12 1:18 
AnswerRe: convert algorithm Pin
ZurdoDev11-Apr-12 8:30
professionalZurdoDev11-Apr-12 8:30 
Questionvideo gallery Pin
piya1810-Apr-12 21:03
piya1810-Apr-12 21:03 
AnswerRe: video gallery Pin
ZurdoDev11-Apr-12 8:30
professionalZurdoDev11-Apr-12 8:30 
QuestionEstimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
Kaare Tragethon10-Apr-12 14:34
Kaare Tragethon10-Apr-12 14:34 
AnswerRe: Estimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
jkirkerx11-Apr-12 12:10
professionaljkirkerx11-Apr-12 12:10 
Well the chart control just makes a JPG or PNG image, that you reference in HTML in which your server sends back to the users web browser for display.

A well written chart program can generate an image in like 1/10th of a second. So your slow times must be from not closing a Paint handle, SQL handle or something like that, and your waiting for something to timeout. Or you forgot to destroy an object somewhere.

The chart control is just a wrapper to the paint or GDI classes in asp.net, I'm not aware of any feedback handle in the chart control.

Step through your program using debug, and set some breakpoints.
GeneralRe: Estimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
Kaare Tragethon11-Apr-12 15:51
Kaare Tragethon11-Apr-12 15:51 
GeneralRe: Estimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
Kaare Tragethon11-Apr-12 17:06
Kaare Tragethon11-Apr-12 17:06 
GeneralRe: Estimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
jkirkerx11-Apr-12 17:53
professionaljkirkerx11-Apr-12 17:53 
GeneralRe: Estimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
Kaare Tragethon12-Apr-12 5:16
Kaare Tragethon12-Apr-12 5:16 
GeneralRe: Estimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
jkirkerx12-Apr-12 7:46
professionaljkirkerx12-Apr-12 7:46 
GeneralRe: Estimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
Kaare Tragethon12-Apr-12 16:29
Kaare Tragethon12-Apr-12 16:29 
AnswerRe: Estimate/Calculate time to load a chart in asp.net / C# / JavaScript Pin
Kaare Tragethon12-Apr-12 5:45
Kaare Tragethon12-Apr-12 5:45 
Questionasp.net singleton class Pin
Syed M Hussain10-Apr-12 0:27
Syed M Hussain10-Apr-12 0:27 
AnswerRe: asp.net singleton class Pin
jkirkerx11-Apr-12 12:16
professionaljkirkerx11-Apr-12 12:16 
QuestionCode for synchronization from ftp to local machine in C# Pin
abhi4u19839-Apr-12 23:46
abhi4u19839-Apr-12 23:46 
GeneralRe: Code for synchronization from ftp to local machine in C# Pin
aju18410-Apr-12 21:34
aju18410-Apr-12 21:34 
GeneralRe: Code for synchronization from ftp to local machine in C# Pin
Richard MacCutchan10-Apr-12 22:37
mveRichard MacCutchan10-Apr-12 22:37 
AnswerRe: Code for synchronization from ftp to local machine in C# Pin
Richard MacCutchan10-Apr-12 22:37
mveRichard MacCutchan10-Apr-12 22:37 
Questionhow to insert mathematical and chemical formula in SQL server 2005 database Pin
pankaj30869-Apr-12 23:39
pankaj30869-Apr-12 23:39 
AnswerRe: how to insert mathematical and chemical formula in SQL server 2005 database Pin
Richard MacCutchan10-Apr-12 0:15
mveRichard MacCutchan10-Apr-12 0:15 
AnswerRe: how to insert mathematical and chemical formula in SQL server 2005 database Pin
Member 865068311-Apr-12 2:11
Member 865068311-Apr-12 2:11 
QuestionChat Room With Private Message Pin
abhi4u19839-Apr-12 23:36
abhi4u19839-Apr-12 23:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.