Hiii,
with the help of below link article
http://www.aspforums.net/Threads/108804/Database-Driven-N-Level-MultiLevel-BootstrapResponsive-Vertical-Menu-using-C-and-jQuery-in-ASPNet/
I have multiple folders with forms and i want to store url of them in database.
i have made my code but the url links are merges like below: URl Overrites like below http://localhost:54480/Common_Forms/Country.aspx http://localhost:54480/Common_Forms/Common_Forms\City.aspx http://localhost:54480/Common_Forms/Super_Admin_Forms\VisitorStatus.aspx
Insert into Mst_Menu values (1,'Masters',0,'javascript:;','glyphicon glyphicon-list',0);
Insert into Mst_Menu values (2,'Country',1,'Common_Forms\Country.aspx',' glyphicon glyphicon-globe',0);
Insert into Mst_Menu values (3,'City',1,'Common_Forms\City.aspx',' glyphicon glyphicon-globe',0);
Insert into Mst_Menu values (4,'Visitor',0,'Common_Forms\Visitor.aspx','',0);
Insert into Mst_Menu values (5,'Admin Masters',0,'javascript:;','',0);
Insert into Mst_Menu values (6,'Visit Status',5,'Super_Admin_Forms\VisitStatus.aspx','',0);
Insert into Mst_Menu values (7,'Visitor Status',5,'Super_Admin_Forms\VisitorStatus.aspx','',0);