Dear all:
For example:
1. In master page, place a button named "button1" .
2. Add three content page, ( add some code )
3. Run application, in content page 1, click button1, show "this is page1", in content page2,
click button1, show "this is page2", and so on .
Besides, these code should be in every content page instead of in master page, because
actually action should be very complex, master can't predict everything.
Is this possible? Thanks!