Sunday, March 11, 2012

DropDownExtender - avoid closing of DropDownControl in some cases

Have you considered using the PopupControl extender instead? The sample website demo page performs async postback actions and commits the popup only when a certain event is raised.


kirtidthanks for reply. It seems like PopupControl solution is good, despite I have to simulate DropDownExtender by myself

No comments:

Post a Comment