Click here to Skip to main content
15,907,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Which is Better? Pin
sathesh pandian27-Jun-07 19:36
sathesh pandian27-Jun-07 19:36 
GeneralRe: Which is Better? Pin
Kasson27-Jun-07 19:40
Kasson27-Jun-07 19:40 
GeneralRe: Which is Better? Pin
Vasudevan Deepak Kumar27-Jun-07 21:37
Vasudevan Deepak Kumar27-Jun-07 21:37 
AnswerRe: Which is Better? Pin
Guffa27-Jun-07 19:34
Guffa27-Jun-07 19:34 
GeneralRe: Which is Better? Pin
Kasson27-Jun-07 19:37
Kasson27-Jun-07 19:37 
AnswerRe: Which is Better? Pin
Vasudevan Deepak Kumar27-Jun-07 21:36
Vasudevan Deepak Kumar27-Jun-07 21:36 
AnswerRe: Which is Better? Pin
Mikeyyy28-Jun-07 20:39
Mikeyyy28-Jun-07 20:39 
QuestionExecution time triples with simple changes Pin
FinnGrimw27-Jun-07 12:36
FinnGrimw27-Jun-07 12:36 
Hi guys,

I've been working on a simple user control that creates a table, filled with images from piecing together bits of HTML.

Using Response.Write() to display every line, this takes about 3-4 seconds to execute. The obvious problem with this is that the table appears at the top of the page, not at the position of the user control. Using a label and buffering all the HTML to a string takes around 2-3 times as long! No extra code or anything just something along the lines of...

<br />
string buffer = "";<br />
<br />
buffer+=...;<br />
buffer+=...;<br />
<br />
Label1.Text = buffer;<br />


What is causing this massive performance hit when making such minor changes and how can I get around it? Thanks.

FinnG -

AnswerRe: Execution time triples with simple changes Pin
J$27-Jun-07 13:30
J$27-Jun-07 13:30 
QuestionAuthentication exception Pin
Ananthalvan27-Jun-07 12:01
Ananthalvan27-Jun-07 12:01 
AnswerRe: Authentication exception Pin
Amit Kumar G27-Jun-07 14:01
Amit Kumar G27-Jun-07 14:01 
AnswerRe: Authentication exception Pin
Ananthalvan28-Jun-07 7:23
Ananthalvan28-Jun-07 7:23 
QuestionChild elements in a custom web control Pin
mrPony27-Jun-07 11:30
mrPony27-Jun-07 11:30 
QuestionI Need Quick help Plz anybody... Pin
Sathyaa1527-Jun-07 9:07
Sathyaa1527-Jun-07 9:07 
AnswerRe: I Need Quick help Plz anybody... Pin
Christian Graus27-Jun-07 10:54
protectorChristian Graus27-Jun-07 10:54 
GeneralRe: I Need Quick help Plz anybody... Pin
Sathyaa1528-Jun-07 0:55
Sathyaa1528-Jun-07 0:55 
QuestionSending Mail Problem. Pin
deepaks327-Jun-07 8:38
deepaks327-Jun-07 8:38 
AnswerRe: Sending Mail Problem. Pin
Christian Graus27-Jun-07 10:55
protectorChristian Graus27-Jun-07 10:55 
GeneralRe: Sending Mail Problem. Pin
deepaks327-Jun-07 18:02
deepaks327-Jun-07 18:02 
QuestionHelp needed in performing validation Pin
gayathri_it200527-Jun-07 7:39
gayathri_it200527-Jun-07 7:39 
AnswerRe: Help needed in performing validation Pin
Not Active27-Jun-07 8:21
mentorNot Active27-Jun-07 8:21 
QuestionHttpWebRequest Pin
dekart_roo27-Jun-07 5:51
dekart_roo27-Jun-07 5:51 
QuestionDelete row from GridView which is bound to DataTable [modified] Pin
kjosh27-Jun-07 5:15
kjosh27-Jun-07 5:15 
AnswerRe: Delete row from GridView which is bound to DataTable Pin
Urs Enzler27-Jun-07 8:34
Urs Enzler27-Jun-07 8:34 
QuestionValues in array Pin
afreshpulse27-Jun-07 4:45
afreshpulse27-Jun-07 4:45 

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.