Saturday, March 24, 2012

Triggering an updatepanel

Is it possible to trigger an updatepanel from a dropdown list's selectedindexChanged event? The dropdown list will also be in an updatepanel to prevent a complete postback. How would I go about doing this? Any help would be appreciated.

Thanks in advance!

Hi Oak29,

Since the DDL is on the updatepanel, you just need to set the following property of the DDL: autoPostBack = true

Let me know if this worked out!

Kind regards,
Wim


hi,

Yes, it is possible to trigger an updatepanel from a a dropdown list's selectedindexChanged event.

If dropdownlist is in same updatepanel then I think you do not require trigger.

Let me know if you have any issue.


That's what I was forgetting! Thanks a million!

No comments:

Post a Comment