Hi,
I have a few text box entries on the content page. And buttons on the Master page.
When I change an textbox entry on the content page then press a button from the master page, it seems logic goes straight to the master page load, and processes everything, then comes back to the content page to process the textbox_change or textbox_unload or the content page unload.
I need the change from the textbox on content page to be acknowledge by what the button on the master page does.
Can I get an event to process first on the content page? If not can I read the contents of the textbox from the content page while in the master page? (be easier to get content page to set to public field as I will have 5 or 6 different content pages each with different requirements. But I will take what I can get.)
I have a few text box entries on the content page. And buttons on the Master page.
When I change an textbox entry on the content page then press a button from the master page, it seems logic goes straight to the master page load, and processes everything, then comes back to the content page to process the textbox_change or textbox_unload or the content page unload.
I need the change from the textbox on content page to be acknowledge by what the button on the master page does.
Can I get an event to process first on the content page? If not can I read the contents of the textbox from the content page while in the master page? (be easier to get content page to set to public field as I will have 5 or 6 different content pages each with different requirements. But I will take what I can get.)