Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Drop Down List Selected Value Problem Pin
Unknown Ajanabi7-Nov-07 20:12
Unknown Ajanabi7-Nov-07 20:12 
AnswerRe: Drop Down List Selected Value Problem Pin
N a v a n e e t h7-Nov-07 21:52
N a v a n e e t h7-Nov-07 21:52 
QuestionFile System Browsing in ASP.NET - Need Code Help Pin
cadracing7-Nov-07 17:56
cadracing7-Nov-07 17:56 
AnswerRe: File System Browsing in ASP.NET - Need Code Help Pin
Christian Graus7-Nov-07 19:21
protectorChristian Graus7-Nov-07 19:21 
QuestionData Blues Pin
BezerkRogue7-Nov-07 15:56
BezerkRogue7-Nov-07 15:56 
AnswerRe: Data Blues Pin
Christian Graus7-Nov-07 17:42
protectorChristian Graus7-Nov-07 17:42 
Questionoracle conncetion error Pin
uowzd017-Nov-07 15:03
uowzd017-Nov-07 15:03 
QuestionRepeater within update panel - slow Pin
debbie_cruz7-Nov-07 13:37
debbie_cruz7-Nov-07 13:37 
I have a user control that contains a repeater. By itself the repeater loads fast, as expected. Now, I've wrapped the control within an update panel, and the same repeater takes noticeably longer to load. Same data being displayed. Without the update panel, it loads is 2-3 seconds, with the update panel it is taking a minimum of 12-15 seconds, sometimes longer.

I have used other controls within the update panel, and have no noticable performance hit until now.

I've spent the last three days trying to get to the source of the poor loading repeater, and this is what I've narrowed it down to. Any suggestions are appreciated


I have used fiddler to analyze the two pages.

With Update Panel:
===========================
Request Count: 1
Bytes Sent: 52,193
Bytes Received: 856,032

ACTUAL PERFORMANCE
--------------
Requests started at: 20:27:40:4267
Responses completed at: 20:27:43:6299
Total Sequence time: 00:00:03.2031660

Without Update Panel:
=============================
Request Count: 1
Bytes Sent: 52,254
Bytes Received: 835,994

ACTUAL PERFORMANCE
--------------
Requests started at: 20:26:22:5351
Responses completed at: 20:26:24:6758
Total Sequence time: 00:00:02.1406524

So based on this output from fiddler, the pages both seem to be processing in pretty much the same time, a second longer for the oen with the update panel. BUT if the page only takes just over 3 seconds, why does it not complete the rendering for another 9-10 seconds (or longer).



Thanks in advance for any suggestions or input.

- Debbie
QuestionASP .NET 2.0 Login Control Pin
kenexcelon7-Nov-07 10:39
kenexcelon7-Nov-07 10:39 
AnswerRe: ASP .NET 2.0 Login Control Pin
Pete O'Hanlon7-Nov-07 11:39
mvePete O'Hanlon7-Nov-07 11:39 
GeneralRe: ASP .NET 2.0 Login Control Pin
kenexcelon8-Nov-07 9:04
kenexcelon8-Nov-07 9:04 
GeneralRe: ASP .NET 2.0 Login Control Pin
Pete O'Hanlon8-Nov-07 9:28
mvePete O'Hanlon8-Nov-07 9:28 
QuestionLoading image at run time in a custom control used in a page. How to code this? Pin
Frankidoze7-Nov-07 8:41
Frankidoze7-Nov-07 8:41 
AnswerRe: Loading image at run time in a custom control used in a page. How to code this? Pin
pmarfleet7-Nov-07 9:44
pmarfleet7-Nov-07 9:44 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
Frankidoze7-Nov-07 10:00
Frankidoze7-Nov-07 10:00 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
pmarfleet7-Nov-07 10:11
pmarfleet7-Nov-07 10:11 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
Frankidoze7-Nov-07 10:55
Frankidoze7-Nov-07 10:55 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
ahmet.ureten8-Nov-07 10:11
ahmet.ureten8-Nov-07 10:11 
AnswerRe: Loading image at run time in a custom control used in a page. How to code this? Pin
Guffa7-Nov-07 10:12
Guffa7-Nov-07 10:12 
GeneralRe: Loading image at run time in a custom control used in a page. How to code this? Pin
Frankidoze7-Nov-07 10:46
Frankidoze7-Nov-07 10:46 
AnswerI found the solution...Probably will write a paper about it Pin
Frankidoze7-Nov-07 12:05
Frankidoze7-Nov-07 12:05 
AnswerSolution Pin
Frankidoze7-Nov-07 12:34
Frankidoze7-Nov-07 12:34 
QuestionWhat are token ID's?? Pin
Goalie357-Nov-07 5:41
Goalie357-Nov-07 5:41 
QuestionIIS and .Net Issue - .aspx pages not pulling Pin
dboy2217-Nov-07 4:57
dboy2217-Nov-07 4:57 
AnswerRe: IIS and .Net Issue - .aspx pages not pulling Pin
Michael Sync7-Nov-07 5:32
Michael Sync7-Nov-07 5:32 

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.