c# - Conditionally hide or show Aspx Menu Control Item -


how hide or show menu item based on backend condition?

you can remove particular menu item follows:

menuitem mnuitem = mnu.finditem(""); // find particular item mnu.items.remove(mnuitem); 

Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -