With Visual Studio 2008
ASP.NET, I am using an inline AJAX CalendarExtender,
followed by an inline AJAX DropDownExtender that extends a label contol.
After selecting a date via the calendar dropdown, the position of the
subsequent DropDownExtender's DropDownControl changes from the bottom right
to the
Middle left. (The DropDownControl appears directly left of the
TargetControl, rather than beneath the TargetControl.) How do I ensure the
DropDownControl appears below the TargetControl?
Thank you for your assistance.