1
Reply

What is sequence of Page_Load() method when a web form using master page and user control?

    Page_Load() Method sequence will be:-

    1.Web Form Page_Load()
    2.Master Page Page_Load()
    3.User Control Page_Load()