ASP 4.0 VS2012 VB
Hi
I have created a master page which includes buttons that I want to programmatically change values for and based on those values, when the button is clicked, perform various tasks.
The buttons are all ionitially sent to visible = false and the text value = "" and when I run my default.aspx my master page loads perfectly with the buttons in the right place, visible and with the text as defined in my code.
So far so good, however I need to obviously action the button, from the content page and assume that I need an EventHandler for the _Click function, and this is where I run into trouble as I cannot work out how to define this within the default page.
Any ideas to point me in the right way please?
Many thanks
Steve
Hi
I have created a master page which includes buttons that I want to programmatically change values for and based on those values, when the button is clicked, perform various tasks.
The buttons are all ionitially sent to visible = false and the text value = "" and when I run my default.aspx my master page loads perfectly with the buttons in the right place, visible and with the text as defined in my code.
So far so good, however I need to obviously action the button, from the content page and assume that I need an EventHandler for the _Click function, and this is where I run into trouble as I cannot work out how to define this within the default page.
Any ideas to point me in the right way please?
Many thanks
Steve