PreRender Event occurs immediatley after Load event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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 ?
 
Alireza Ziai said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top