Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: Link menu to asp.net pages
Support Case Month: March 2013
I use Visual Studio to create Web Applications (.aspx) with a site.master page. How do I add my new menu to the site.master?
Great program...I have had it for a while, just never have had an occasion to use it.
Thanks
Reply From: Likno Customer Support
After you compile your menu, click on the “Link menu to web pages” button:

There you have two options:
1) find the file and link to it automatically, or
2) copy-paste the Linking Code manually into your file

Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: asp.net, compile, link, Linking Code, Menu, webpage
Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Brad
Initial Email Subject: modal
Support Case Month: November 2012
How can I instantiate the modal from a asp.net Image button?
Thanks,
Brad
Reply From: Likno Customer Support
Dear Brad,
The modal window can be triggered by JavaScript, by calling the window name followed by parenthesis. For example, if your modal window retains the default name “Modal_Window_1” then you can open it using the following JavaScript code:
Modal_Window_1();
This can be placed in your aspnet image “onclick” event.
Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: asp.net, button, code, event, image, JavaScript, jquery, modal, modal window, onClick, trigger, website, window
Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Brad
Initial Email Subject: modal
Support Case Month: November 2012
Hi,
Can I create an asp.net form in a modal window?
Thanks,
Brad
Reply From: Likno Customer Support
Dear Brad,
Yes you can load an asp.net form in a modal window. To do this, you need to select the “external” source type:

Note: If you want the result of the form to be loaded in the whole page instead of the modal, you need to set the <form> to have: target='_top'
Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: asp.net, external, form, jquery, load, modal, modal window, target, website, window
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Michael
Initial Email Subject: Pre-sale questions
Support Case Month: May 2012
I have an asp.net application which uses a master page for a horizontal menu. Each menu item will open a child page that contains a vertical menu on the right. Can AllWebMenus have a menu on a master page and a different one on a child page. Each child page will have its own menu which will be different from the menus on the other child pages.
One horizontal menu on site.master.
One vertical menu on each child page: government.aspx will have the menu items "Certrification", "Contracting", and "Performance"
services.aspx will have 5 different menu items
Reply From: Likno Customer Support
Hello,
Yes you can have different “right” menus on each page. There are two ways to do this:
1) Create a different menu for each page and link each one to the corresponding page.
2) Create a single UL/LI menu that you will link to the master (or template) page, and have a different UL/LI structure in each child page.
For more details on how the UL/LI menus work , please read the related Help article:

Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider) or design for your websites!
Tags: asp.net, child page, css menu, drop-down menu, horizontal, horizontal menu, javascript menu, jquery, LI, master page, Menu, menu item, multiple pages, page, sliding menu, Template, UL, vertical, vertical menu, website