We have a newly installed umbraco 4.0.3 site installed and has two different usercontrols added to a page.
We add the controls with two different macros in the template.
Nothing happens when we click the buttons, no click event or postback event is raised.
But if we remove on of the controls by removing the macro from the template, then the controls work as they should. Both controls work induvidually but not together.
DOESN'T 4.0.3 support multiple usercontrols on the same page?
With click events always check caching, that could be page caching in your usercontrol or master pages, or caching defined in the Umbraco macro settings.
_click events not firing in user control
We have a newly installed umbraco 4.0.3 site installed and has two different usercontrols added to a page.
We add the controls with two different macros in the template.
Nothing happens when we click the buttons, no click event or postback event is raised.
But if we remove on of the controls by removing the macro from the template, then the controls work as they should. Both controls work induvidually but not together.
DOESN'T 4.0.3 support multiple usercontrols on the same page?
CORRECTION
Two usercontrols works fine.
But one control with a regular button doesn't work with another control that has an imagebutton with a postbackurl, WHY?
Worked fine in umbraco 3.
With click events always check caching, that could be page caching in your usercontrol or master pages, or caching defined in the Umbraco macro settings.
is working on a reply...