Applying rounded corner to modal popup panel may look nice on the UI but it also causes issues such as the content of he panel is lost even if we can see a modal popup panel with rounded corners.
The workaround to solve this issue is described in following steps :
- Take two panel, one outer panel and another inner panel.
- Set the PopupControlId property of the ModalPopupExtender to the outer panel's Id.
- Set the TargetControlId property of the RoundedCornerExtender to the inner panel's Id.
- Make the Backcolor property of the outer panel as - Transparent.