You may also want to consider moving to MVC as the controls can make achieving this much harder. Hope this helps you start working on this menu. I would also consider a model for all the css class names. Now, here is probably where it gets messy and you start hard coding css class names - something I wouldn't be a fan of - you are going to have to have some if or case statements looking out of the css class name and do certain things to display images or something like that: if(navigationItemCollections.CssGroup = "col-2")
Here is an example of how this would look: This would essentially be the menu links. Public string PageNavigation // The URL the link will navigate to Here is a start to the models I would begin to use: public class Navigation More importantly, I would have this completely separate from your page structure - trying to integrate it would confuse matters. I would approach this the same way I would the page - a mini cms.
#Drop down menu for xara web designer code
I would appreciate help in this regard to implement the Mega meus with an database example & code in c# to have a clear understanding how it can be implement, I have been looking for such tutorial but could not find much help on this topic for custom cms or websites Sample Data for some of the fields Page_Id Page_Name Page_Internal_Link Page_Handler Page_Searchable Page_Created_By_User Page_Inheritance I was think of adding additional fields like like Mega_Menu_CSS, Mega_Menu_Container_Div In this example he basically uses only one field Menu Item CSS class field to implement mega menu along with some other code which is show in example, since i have never worked with this CMS i am finding it hard to understand this example I also looked as the following example which show how kentico CMS using this mega menu but example is not very clear to me. In order to implement the mega menu i need to make some alterations to the same table by adding addition fields either to use this mega menu or create a separate Mega_Menu table which will have additional fields to support this Mega Menu. I have a basic table CMS_Pages Which holds all the basic information related to the page I use same table to field Page_Name as Menu name & create sub-menu based on Page_Inheritance field.
#Drop down menu for xara web designer how to
This is a good example but i am not exactly sure how to implement on my website with stores Page/Menu information in database.
I want to implement Mega Menus using following CSS based Mega Menus I want to implement Mega Menu structure for my asp.net webform based website.