Contents tagged with Ajax Control Toolkit
-
More with ajax control toolkit’s combobox and Modalpopupextender
One idiosyncrasy of the ModalPopupExtender is that its HTML content is actually visible while the page is loading, until the $create() call initializes it. If you have a lengthy load time, as I did with a ListView full of records, the visibility is noticeable.
-
Fixing combobox from ajax control toolkit
I was using the ComboBox control of Microsoft’s Ajax Control Toolkit and ran into two issues.