Menu control in ASP.NET 2.0
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I hve created a menu like item Product it1 p1 it2 p2 it3 p3 I created this menu by edit menu property. Now My problem is i want to disable an item according to a condition. For eg. i hve to chek whether this product p3 is in stock table of dbase. if it is not there then i want to disable P3 .I hve seen some XML related articles but i dont know XML . How can we disable an item in menu. I tried for e.item.enabled =false. But that too didn;t work .How can i do this. Please help me Thanks in advance With regards anitha