UpdatePanel triggers for menu control

Hi

I would like menu item selection to be used as triggers for an UpdatePanel. The menu is outside the panel so I need to add AsyncPostBackTrigger tags. Can anyone tell me what the ControlID and the EventName property values should be?

Thanks
Steve



3 Replies

RP Rekha P Syncfusion Team January 21, 2009 01:19 PM UTC

Hi Steve,

Thank you for your interest in Syncfusion Products.

Please refer the sample below which illustrates the TextBox placed inside UpdatePanel and when MenuItems are selected, the ItemSelect event get raised. The ControlID should be specified by the Menu control's ID and EventName is not neccessary for triggering.

http://websamples.syncfusion.com/samples/Tools.Web/6.4.0.15/F79097_Menu-UpdatePanel/main.htm

Please let me know if this sample helps you.

Thanks,
Rekha



SG Stephen Girolami January 22, 2009 10:59 AM UTC

Thanks Rekha, that worked great.



RP Rekha P Syncfusion Team January 23, 2009 04:03 AM UTC

Hi Steve,

Thank you for the update. Please let me know if you have any other queries.

Thanks,
Rekha


Loader.
Up arrow icon