Hello,
Can i have a WebDataMenu that its ChildItems depending on who logged in? For example, a menu has 3 items A,B and C. Case user1 logged in, it will display items A and C, case user2 logged in, it will just display menu B.
Thanks in advanced.
Hello ThuyNga,
If you need any further assistance with the matter please feel free to contact me.
Hi ThuyNga Nguyen,
Sorry for the late response.
A possible approach would be to use some event associated with the user login and show/hide certain items from the menu. This can be done through the Visible property of the menu items.
Let me know if you have any further questions regarding the matter.