[SOLVED] Â Menu Items Modify Event |
2/11/2018 05:28:42 | |
| ASPRunner.NET General questions | ||
|
I want to dynamically change the title of a menu item and change the link. if (menuItem.getTitle() == "Registration") |
||
|
|
Pete K 2/11/2018 |
|
Jerry, |
|
|
|
Sergey Kornilov admin 2/12/2018 |
|
Pete is correct, here is an update code: if (menuItem.getTitle() == "Registration") |
|
|
|
jadach authorDevClub member 2/12/2018 |
|
Ugh. Thanks guys. Funny how you miss little things like this. |
|