views:

91

answers:

1

When I call Hide() on a ModalPopupExtender in ASP.NET on server side, all the SELECT elements on the page are hidden in IE6.

Does controlling the AjaxControlKit.ModalPopupExtender from the server side with Hide() and Show() mess things up?

A: 

Could you post your markup as well as code behind to allow us more visibility to your issue?

Lance Harper