hi
i have a question, on every app start i load a layout to page1 after app_start event was fired the page1_resize event is called and there i re-size all my views.
no the question is if i load a different layout to my page when my app is running (not on app start)
will Page1_Resize event again called?
i dont want to make the resize in the designer, i want to make it in my code like this
(i know i can create a new sub or just call the page1_resize sub after layout is loaded but i dont want to do it twice, thats why i am asking...)
thanx
i have a question, on every app start i load a layout to page1 after app_start event was fired the page1_resize event is called and there i re-size all my views.
no the question is if i load a different layout to my page when my app is running (not on app start)
will Page1_Resize event again called?
i dont want to make the resize in the designer, i want to make it in my code like this
(i know i can create a new sub or just call the page1_resize sub after layout is loaded but i dont want to do it twice, thats why i am asking...)
thanx