By tag: ControlAdapter
0
kicks
CSS Control Adapters Cause Double PostBack in IE
Recently I've been trying to use CSS Adapters along with the Membership/Roles/Provider controls and I've come across an issue where the Adapters cause the page to PostBack twice when using IE. WTF?
0
kicks
CSS Friendly Adapters - Using Comments in .browser File can be Touchy
If you're relying on comments in the CSSFriendlyAdapters.browser file to disable certain CSS Adapters, be careful how you comment them out or you could end up disabling more adapters than you intended.
0
kicks
CSS Friendly Control Adapters, CreateUserWizard, and ViewState - Oh My
Using CSS Friendly Control Adapters, CreateUserWizard, and ViewState can cause some funky behavior - like not being able to get values off the wizard control in your event handlers. Read more for a work around!