i have read the thread Application life cycle but 1 thing is not clear to me.
On first start the Application_Start will be raised. this will be raised only once when the process starts.
now i would like to know if at the first time the process starts will ALWAYS also the Page Resize event be raised?
i know that the resize event will also be raised in different scenario like an incoming call but i just need to know if at process start it will always be raised because i am using a boolean FIRSTTIME in it and change it to false but i need to do some stuff when it is true and i am doing it in the resize event.
thanx, ilan
On first start the Application_Start will be raised. this will be raised only once when the process starts.
now i would like to know if at the first time the process starts will ALWAYS also the Page Resize event be raised?
i know that the resize event will also be raised in different scenario like an incoming call but i just need to know if at process start it will always be raised because i am using a boolean FIRSTTIME in it and change it to false but i need to do some stuff when it is true and i am doing it in the resize event.
thanx, ilan