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 ?
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.