Browse By Tags

  • WebDropDown & WebDatePicker AJAX controls not persisting values or firing events

          I recently wrote an enhancement to an that included creating a new user control.  I initially added all of the new features in a new web application, before integrating it into the existing application.  The new user control within this new application…

  • WebDropDown EnableAutoFiltering with AutoPostBack slows down the site

    I have a few webdropdown controls on a page with the following settings.

    OnSelectionChanged="wdd_OnSelectionChanged"
    EnableCustomValues="false"
    EnableAutoFiltering="Client"
    EnableAutoCompleteFirstMatch="false"
    AutoPostBack…