ASP.NET
(B)
What’ is the sequence in which ASP.NET events are processed
?
Following is
the sequence in which the events occur :-
√ Page_Init.
√ Page_Load.
√ Control events
√ Page_Unload event.
Page_init
event only occurs when first time the page is started, but Page_Load occurs in
subsequent request of the page.
(B)
In which event are the controls fully loaded ?
Page_load
event guarantees that all controls are fully loaded. Controls are also accessed
in Page_Init events but you will see that viewstate is not fully loaded during
this event.
LIST BOX-
Use full
ReplyDelete