Articles in this section
Category / Section

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

 

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)
Access denied
Access denied