User-939850651 posted
Hi kengkit,
Page_init:
Raised after all controls have been initialized and any skin settings have been applied. The Init event of individual controls occurs before the Init event of the page.
You could also use this event to read or initialize control properties.
According to your code, it just loads some text content in the master page. But if only for this purpose, I think you could also try to implement it in
Page_Load.
If I misunderstood something, please let me know.
Best regards,
Xudong Peng