Click here to Skip to main content
15,891,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
I mean that it doesn't take long to do the following:
C#
//.....
command.CommandText = "SELECT TimeStamp, " + siloNo + " FROM SilosGraphHistory";
UxChartSiloHistory.DataSource = command.ExecuteReader();
UxChartSiloHistory.Series["UxChartSeriesSilo"].XValueMember = "TimeStamp";
UxChartSiloHistory.Series["UxChartSeriesSilo"].YValueMembers = siloNo;
UxChartSiloHistory.DataBind(); 
//.....


It exits my method (that fetches data from the SQL server and binds them to the chart) in milliseconds. Then, after that, I'm unable to find out why it takes so long... Do you have any tricks to detect where the time goes??

The final size when saving it to my desktop is just 30kb.

I am indeed a beginner in ASP.NET and C# so please have that in mind, and thank you very much for taking the time to answer my questions....
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 
AnswerRe: Chat Room With Private Message Pin
Richard MacCutchan10-Apr-12 0:13
mveRichard MacCutchan10-Apr-12 0:13 
AnswerRe: Chat Room With Private Message Pin
Syed M Hussain10-Apr-12 0:30
Syed M Hussain10-Apr-12 0:30 
GeneralRe: Chat Room With Private Message Pin
abhishek_198310-Apr-12 22:30
abhishek_198310-Apr-12 22:30 
AnswerRe: Chat Room With Private Message Pin
JHizzle11-Apr-12 3:22
JHizzle11-Apr-12 3:22 

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.