Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


LinkButton posting back in ajax UpdatePanel
A LinkButton that was dynamically added in code to an update panel (actually, it was in a server control in a panel in the updatepanel) was posting back instead of using the UpdatePanel to asynchronously handle events.

The problem was solved by explicitly setting a unique Id for the LinkButton when adding it to the page.

Created By: amos 10/25/2007 1:57:17 PM