c# - SiteMapNode OnClick Event MVC 5 -


currently using mvc 5 , c#. trying trigger popup (javascript) clicking button tied sitemapnode lives in navigation menu bar. not want navigate away current page, problem because sitemapnode requires "url" attribute and/or "action" attribute.

basically want sitemapnode behave stupid button onclick attribute fires javascript. without leaving page.

the clearest answer i've found is:

jquery dialog sitemapnode

but uses webforms , solution not translatable. have found 0 answers of how in mvc.

thanks! sam


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -