Posted on: 3/28/2014 6:09:31 PM | Views : 348

Hello all,
I noticed that page_load event of master page loads later than its content page's page_load event.
Problem is that in members area I am checking for authenticity of user in master page and binding the data in child page. But due to this event cycle data binding call is made first un-ncessarily if user is logged out.
So please tell me how these things can be handled?
Thanks

Go to the complete details ...