ASP.NET: RadioButtonList in Ajax UpdatePanel

•22 July, 2008 • Leave a Comment

For a RadioButtonList (which needs to have a selected item by default) to work together with an UpdatePanel on the same page,  it must be inside the UpdatePanel.

More info here

ImageButton in Firefox

•15 July, 2008 • Leave a Comment

ImageButton control does not fire in Firefox when ImageUrl property is not set.
Is this a bug?