I have asp.net Menu Item <asp:MenuItem NavigateUrl="" Text="Download" Value="Download"/>. When this item gets clicked, I want to execute jQuery click method. How can we do that?
I have asp.net Menu Item <asp:MenuItem NavigateUrl= Text=Download Value=Download/> . When this item gets
Share
Provide a
CssClassproperty with some class to the menu item. On client side find the element using that class and attach click event handler to it.Js
Update:
I think you can specify the css class in this way.