pls its very urgent (Code for Dynamic dropdown side menu)
-
Hi friends I want some help. ie., i want to create a dynamic dropdown side menu using database in .Net web application (Asp.net with c# coding). It is my task to complete in 2 days. So plz tell me if anybody knows. Thanking u, Naren Plz Help me
-
Hi friends I want some help. ie., i want to create a dynamic dropdown side menu using database in .Net web application (Asp.net with c# coding). It is my task to complete in 2 days. So plz tell me if anybody knows. Thanking u, Naren Plz Help me
Dynamic Drop down menu from XML file or Database? Help in need is the help indeed
-
Dynamic Drop down menu from XML file or Database? Help in need is the help indeed
Thanks How to create a dynamic dropdown menu xml or Database. Can u tell me some suggestions. Thanking u Naren please help me
-
Thanks How to create a dynamic dropdown menu xml or Database. Can u tell me some suggestions. Thanking u Naren please help me
It depends on your requirement. If you are going to create a menu which is dynamic ie you dont know how many menus and submenus the page may have and it may increase , then the way to go is database and provide a module in admin section for the Administrator of the application to add the menu in the future from application to the database. Assume if the menu is fixed ie you only going to have fixed sets of menu then you can either go for xml or create those menus directly on the page. But if you decide to decrease the load to the database then you can create a Menu.xml and make a interface to add edit delete the menus into that xml file and still able to manage a dynamic menu for the user. But i would go for Database because Relational Database is much efficient than the XML interms of reading and writing data to and from.Next you have a centralized data where as you have to make sure your xml file is updated one and if accidently deleted then you are in trouble. So consider these situation and choose a best option. In Code project there are lot of tutorials or articles available for menus and try searching it and if you cant fine i will put some nice links for you. all the best and happy programming. Help in need is the help indeed
-
It depends on your requirement. If you are going to create a menu which is dynamic ie you dont know how many menus and submenus the page may have and it may increase , then the way to go is database and provide a module in admin section for the Administrator of the application to add the menu in the future from application to the database. Assume if the menu is fixed ie you only going to have fixed sets of menu then you can either go for xml or create those menus directly on the page. But if you decide to decrease the load to the database then you can create a Menu.xml and make a interface to add edit delete the menus into that xml file and still able to manage a dynamic menu for the user. But i would go for Database because Relational Database is much efficient than the XML interms of reading and writing data to and from.Next you have a centralized data where as you have to make sure your xml file is updated one and if accidently deleted then you are in trouble. So consider these situation and choose a best option. In Code project there are lot of tutorials or articles available for menus and try searching it and if you cant fine i will put some nice links for you. all the best and happy programming. Help in need is the help indeed
Hi Vimal Thanks for giving best suggestion, I m very new to this environment & i got this task in my company. So according to ur suggestion i ll do with database. Pls send some of url or any suggestions more regarding this problem. Once again, Thanking u. Naren. please help me