Articles in this section
Category / Section

Is it possible to avoid page postback in ASP.NET Webforms Menu?

1 min read

 

You can prevent postback while clicking on the root menu by calling client side event on each root menu item which will return false value

ClientOnItemSelect="Dummy()"

function Dummy() { return false; }

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied