In a related note, if you include the DDL's within the same ContentTemplate where you have the Label defined, then everything should work properly. Let me know if you find a better explanation for this.
Yes, I did what you suggested and moved the dropdownlists inside theUpdatePanel and now it works. Why do we need those triggers for ?
Unfortunately, in my real world application, I use master pages. When Imoved the page that was working as a stand-alone page to an<asp:Content> section in a master-page context, it stoppedworking. If I change the ScriptManager toEnablePartialRendering="false" it works (I mean the Label valuechanges), but if I set it to "true", it doesn't.
Thank you,
-- EF
No comments:
Post a Comment