Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Regarding Checkbox Pin
_AK_3-Aug-06 1:13
_AK_3-Aug-06 1:13 
AnswerRe: Regarding Checkbox Pin
Pradipta Basu2-Aug-06 19:00
Pradipta Basu2-Aug-06 19:00 
GeneralRe: Regarding Checkbox Pin
ypsyong2-Aug-06 20:47
ypsyong2-Aug-06 20:47 
AnswerRe: Regarding Checkbox Pin
kiran kumar[Intelligroup]2-Aug-06 20:11
kiran kumar[Intelligroup]2-Aug-06 20:11 
GeneralRe: Regarding Checkbox Pin
ypsyong2-Aug-06 20:49
ypsyong2-Aug-06 20:49 
Questiondilemma Pin
sstcher2-Aug-06 12:45
sstcher2-Aug-06 12:45 
QuestionFinding the Page Generation Time [modified] Pin
Woad2-Aug-06 12:12
Woad2-Aug-06 12:12 
AnswerRe: Finding the Page Generation Time Pin
Guffa2-Aug-06 13:40
Guffa2-Aug-06 13:40 
You can't, really. You can get the execution time of part of the generation process, but not the whole. However, that is probably what the others that you saw does anyway. What you can't measure is the compilation and creation of the page object, and the rendering of the page. The compilation takes about three seconds for the first page, and the time used for object creation and page rendering doesn't vary very much, so it's not very interresting anyway.

Get the current time as early in the page creation process as you can, like in the PreInit or Init event. Then get the current time as late as possible while you still can put anything in the page, like in the PreRender event. Subtract the times and put the result in the page.


---
b { font-weight: normal; }

GeneralRe: Finding the Page Generation Time Pin
Woad2-Aug-06 13:43
Woad2-Aug-06 13:43 
AnswerRe: Finding the Page Generation Time Pin
kiran kumar[Intelligroup]2-Aug-06 22:22
kiran kumar[Intelligroup]2-Aug-06 22:22 
QuestionAdding Asp.Net file to a normal HTML Site Pin
aseef2-Aug-06 12:11
aseef2-Aug-06 12:11 
AnswerRe: Adding Asp.Net file to a normal HTML Site Pin
minhpc_bk2-Aug-06 15:09
minhpc_bk2-Aug-06 15:09 
GeneralRe: Adding Asp.Net file to a normal HTML Site Pin
aseef2-Aug-06 20:49
aseef2-Aug-06 20:49 
GeneralRe: Adding Asp.Net file to a normal HTML Site Pin
minhpc_bk3-Aug-06 15:56
minhpc_bk3-Aug-06 15:56 
Question"Some of the properties associated with the solution could not be read" Pin
Dpriya2-Aug-06 11:24
Dpriya2-Aug-06 11:24 
AnswerRe: "Some of the properties associated with the solution could not be read" Pin
minhpc_bk2-Aug-06 15:10
minhpc_bk2-Aug-06 15:10 
QuestionASP deploy Pin
-Yoyosh-2-Aug-06 9:39
-Yoyosh-2-Aug-06 9:39 
AnswerRe: ASP deploy Pin
Frank Kerrigan2-Aug-06 10:19
Frank Kerrigan2-Aug-06 10:19 
GeneralRe: ASP deploy Pin
-Yoyosh-2-Aug-06 10:41
-Yoyosh-2-Aug-06 10:41 
QuestionExecuting specific script on another asp.net page Pin
axwiec2-Aug-06 9:25
axwiec2-Aug-06 9:25 
AnswerRe: Executing specific script on another asp.net page Pin
Frank Kerrigan2-Aug-06 10:22
Frank Kerrigan2-Aug-06 10:22 
Questionsimple picture album Pin
Pravin H2-Aug-06 7:14
Pravin H2-Aug-06 7:14 
AnswerRe: simple picture album Pin
Frank Kerrigan2-Aug-06 10:28
Frank Kerrigan2-Aug-06 10:28 
GeneralRe: simple picture album Pin
BerggreenDK5-Aug-06 0:37
BerggreenDK5-Aug-06 0:37 
QuestionLDAP connection string failure Pin
OldStretch2-Aug-06 5:58
OldStretch2-Aug-06 5:58 

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.