dynamic Menu Disappears on Postback |
|
Answered By
Moderator1
on
9/11/2012 10:03:27 AM |
|
|
|
|
Hi Jim,
Menu controls are stateless. So, make sure the ViewState property is true. Otherwise, keep the menu data in a view state in code-behind and bind the menu control, every time you postback the page. |
|
|
|