hi, I'm using RadMenu in my webapplication which shows menus and sub menus
There are Two Main Root that each has some sub menues
1. Articles
2. Videos
each item has sub menu
like this
Article > Programming
Article > Web
Article > Programming > C
Article > Programming > C#
Article > Web > ASP.NET
Article > Web > PHP
Video> Programming
Video> We
Video> Programming > C
Video> Programming > C#
Video> Web > ASP.NET
Video> Web > PHP
and so on
how can i find which of the selected items belongs to Article and Which of them belong to Video?
There are Two Main Root that each has some sub menues
1. Articles
2. Videos
each item has sub menu
like this
Article > Programming
Article > Web
Article > Programming > C
Article > Programming > C#
Article > Web > ASP.NET
Article > Web > PHP
Video> Programming
Video> We
Video> Programming > C
Video> Programming > C#
Video> Web > ASP.NET
Video> Web > PHP
and so on
how can i find which of the selected items belongs to Article and Which of them belong to Video?