Search found 9 matches

by thlucas
Sun Mar 05, 2006 2:20 am
Forum: Windows Menu Builder
Topic: Visual Studio .NET 2003 Web Control for Milonic Menu
Replies: 11
Views: 29774

C3WebControls Demo

Hi Daniel, I put together a .MSI installer file for the sample application. It will install the sample to the (by default) "C:\InetPub\WWWRoot\C3WebControlsDemo" folder and create 2 new virtual directories in the IIS administration console. After completion, you should be able to browse to...
by thlucas
Thu Mar 03, 2005 10:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: how to populate dhtml menu frm sql database using asp.net?
Replies: 5
Views: 5466

VS.NET 2003 Server Control

Hi BornSlippy, I don't know if you're tracking this thread or not, but I saw your post and thought I would reply. I've created a VS.NET 2003 server control for the Milonic Menu. Check out the following thread for details and sample code - scroll to the bottom of the thread for demo and code download...
by thlucas
Thu Mar 03, 2005 10:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Pre Sales Question regarding .NET & Milonic compatibalit
Replies: 5
Views: 4414

VS.NET 2003 Milonic Menu Control

Hi Mike, I don't know if you're tracking this thread or not, but I saw your post and thought I would reply. I've created a VS.NET 2003 server control for the Milonic Menu. Check out the following thread for details and sample code - scroll to the bottom of the thread for demo and code downloads: htt...
by thlucas
Tue Mar 01, 2005 6:13 pm
Forum: Windows Menu Builder
Topic: Visual Studio .NET 2003 Web Control for Milonic Menu
Replies: 11
Views: 29774

Better Example

Here's a live demo of the control in action:

Milonic Menu Control Demo Site

Download the Demo From Here
by thlucas
Fri Feb 25, 2005 5:40 pm
Forum: Windows Menu Builder
Topic: Visual Studio .NET 2003 Web Control for Milonic Menu
Replies: 11
Views: 29774

Screen Snapshot

The following screenshot shows a web-application that is using the Menu in a ASP.NET DataGrid. The menu items were added dynamically using code similar to what was posted in a previous process. Send me your email addy and I'll send you the control - my email addy is thlucas -at - yahoo.com Thanks - ...
by thlucas
Wed Jun 09, 2004 1:37 pm
Forum: Windows Menu Builder
Topic: Visual Studio .NET 2003 Web Control for Milonic Menu
Replies: 11
Views: 29774

Integrating Menu with ASP.NET DataGrid Items

I almost forgot - the control can also be integrated with the ASP.NET DataGrid control to allow popup menus to be displayed for each item in a datagrid. You simply define the menu control, then hook the DataGrid ItemDataBound event to insert the appropriate DHTML events to display / hide the popup m...
by thlucas
Wed Jun 09, 2004 1:23 pm
Forum: Windows Menu Builder
Topic: Visual Studio .NET 2003 Web Control for Milonic Menu
Replies: 11
Views: 29774

ASP.NET Code Samples for Menu Control

I can send you some screen captures if you like, or if you're an ASP.NET developer I can send you the control for you to try it out. I don't think I can attach screen captures to the forum messages - if there's a way let me know. I don't have any licensing scheme built into the controls, but you wil...
by thlucas
Tue Jun 08, 2004 9:24 pm
Forum: Windows Menu Builder
Topic: Visual Studio .NET 2003 Web Control for Milonic Menu
Replies: 11
Views: 29774

Visual Studio .NET 2003 Web Control for Milonic Menu

I have created a VS.NET Toolbox add-in for the Milonic Menu, in case anyone else is doing .NET development using the menu. The controls generate the standard Javascript that you're used to coding already, it's just a friendlier interface that integrates into the VS.NET IDE. It is still in the Beta p...
by thlucas
Mon Nov 18, 2002 7:58 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Add / Delete Menu Items via Javascript?
Replies: 0
Views: 2105

Add / Delete Menu Items via Javascript?

Is there a way to add / update / delete pre-defined menu-items via Javascript? I define all of my menu-items in a .JS file that I just include in the HTML. I also need the ability to show / hide a menu-item (or sub-items) via Javascript based upon what choices a user selects on a Form. I'm trying to...