Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

How do I invoke code behind when jQuery superfish menu is clicked?

Hi I'm using asp.net and C#
When user click to see an item's detail in superfish menu, Detail, I need to pass an item id from the selected ID on a Gridview control as a parameter when i redirect to the detail page.  I've only used jQuery menu where I just give a url.  However, can someone tell me how to intercept the menu so I can append propery item id refore redirecting to the detail page?  Thanks.
Avatar of HainKurt
HainKurt
Flag of Canada image

do you have link to test what you have?
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca
lapucca

ASKER

Hi Leak,
Let me ask this question in a different way.  When user clicks on one of the superfish menu item, Detail, is there a way to set the redirect url by appending the Asp.net Gridview control's selected item Key value?  
Or, can I implement this using just Gridview double click event on the row?  (Is there such an event available?)

I don't see how can I call PageMethod per your post when a superfish menu is clicked.
Thanks.