Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
In my project there is a need of selected sub menu name... So how to get ?
Can you pls elaborate your scenario.
Assuming you are using menu in Master mashup and menu is Datadriven based:
On selectedrowchanged event of service (which feeds the data to Menu) pass the selected Row(menu name) to service (SetGlobalSessionStringValue) and store in session variable. So you can use this anywhere you want.
Thanks
Menu is working fine. But after selection I tried to take data from selected row(s). But its not returning anything.
I can only take mashup name from the menu widget, but not from the service