Hi,
I am using VB.NET and Webforms with MS AJAX.
I have a button in an MS AJAX Update Panel. When the page is loaded the button's visibility is set to 'false' declaratively.
After the user has checked a check box (also in the UpdatePanel), I set the button's visiblity to true and it becomes visible as expected.
However, the user has to click on the button twice for anything to happen. The first click merely puts focus on the button. Another click is required to get the postback to occur (verified visually and with breakpoints)
Any idea why this might be?
Many thanks!
Anthony