Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > PreRender Event occurs immediatley after Load event

Reply
Thread Tools

PreRender Event occurs immediatley after Load event

 
 
=?Utf-8?B?QWxpcmV6YSBaaWFp?=
Guest
Posts: n/a
 
      02-09-2004
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 ?


 
Reply With Quote
 
 
 
 
Hans Kesting
Guest
Posts: n/a
 
      02-09-2004

"Alireza Ziai" <> wrote in message
news:F7AB948C-3B22-482C-B869-...
> 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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Prerender changes get lost after Page.RenderControl John Dalberg ASP .Net 1 03-13-2006 01:58 AM
difference between PreRender event and Page_Load event Jimmy ASP .Net 5 04-27-2005 10:51 PM
resets immediatley at XP logon Johnny8977 Computer Support 6 03-21-2005 07:35 PM
Having a checkbox column and the grid disabled upon first load generated wierd behavior when Postback occurs. glorfindel ASP .Net Datagrid Control 1 02-19-2005 09:44 AM
What happens between events Load and PreRender. ASP.NET bug? mortb ASP .Net 3 11-30-2004 11:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57