views:

166

answers:

1

hi i am having problems with to define my trigger control in the ajax updatepanel. the button is inside a loginview now i wonder if this is possible to make the updatepanel to find that control somehow?

tried to search but did not find any info on this

A: 

Looking at the MSDN documentation it doesn’t look like you can do this:

"The control that the AsyncPostBackTrigger control references must be in the same naming container as the update panel for which it is a trigger. Triggers that are based on controls in other naming containers are not supported."

The only thing I can suggest is to put the LoginView inside the UpdatePanel.

rip