tags:

views:

16

answers:

1

Anybody help me please...I would be really thankful

A: 

Remember that the .aspx.cs is just an object like anything else. Create a public property, assign it in the child page, then call it in the master page.

You'll need to check your call order to make sure everything fires in the correct order.

bryanjonker