"Alireza Ziai" <an*******@discussions.microsoft.com> wrote in message
news:F7**********************************@microsof t.com...
I have problem with prerender event in my page I dont know why prerender
event occurs immediatley after Load event , I have same problem with Unload
event too ,is it a problem with framework or sth ?
What did you expect to happen? The sequence you see
(1. Load; 2. PreRender; 3. Unload) is correct.
Did you expect a delay between these events?
Did you expect other events inbetween? Click events
should happen between Load and PreRender.
Hans Kesting