ASP.Net 2.0 TreeViewControl
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Folks, In my project i need to display the various menu's for different type of user also that we have using treeview for menu.the project developed in the VS 2003 and now we are migrating it to VS 2005 project. so we decided to use ASP .net Tree view control. This is my code: It will throw an error: inner Exception : {"Using TreeView.HoverStyle requires Page.Header to be non-null (e.g. )."} outer Exception: {"Error executing child request for Guest.aspx."} This page is call by Server.Transfer method. If you faced like this problem or if you have a solution for this please respond me. ranandbe