Results 1 to 5 of 5

Thread: How to create Menu using ASP?

  1. #1
    Join Date
    Aug 2006
    Posts
    227

    How to create Menu using ASP?

    Hello Friends,
    I am making a small project in ASP. I am making that project on the web page. I don't want to use the multitude of links. Instead of that I think that using the menu would be much better. But I don't know the exact way to create the menus in ASP. So please tell me how to create Menu using ASP? Hoping that someone would help me fast.!!
    I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.

  2. #2
    Join Date
    Nov 2008
    Posts
    996

    Re: How to create Menu using ASP?

    It is always better to use the menu instead of multiple links. Creating the menus help to allow the users to quickly access information by a single click. In ASP you can use the menus of following type :
    • You can create sub menus in ASP.
    • You can also add a vertical or horizontal menu.
    • Customize the look and feel of the menu itself

    The main advantage of doing this coding in ASP is that you can do this with the minimum of coding and without having to develop or add any third-party libraries.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,192

    Re: How to create Menu using ASP?

    Even I think that for making your web page more better you would have to use the menus. You can add the simple menu to an ASP Web Page. I have tried to give you an idea for inserting menu in ASP. Like all ASP functionality an ASP menu runs is generated on the server and not on the client. So the first step is to tell the browser that is going to happen. You can do this by using the following code :
    HTML Code:
    <html>
    <head runat="server"></head>
    Also you should know that the menu consists of an “item” tag. The ASP menu items is shown in the coding :
    HTML Code:
    <items>
    <asp:menuitem navigateurl="home.aspx" text="Home">
    </asp:menuitem>
    <asp:menuitem navigateurl="service.aspx" text="Service">
    </asp:menuitem>

  4. #4
    Join Date
    May 2008
    Posts
    2,012

    Re: How to create Menu using ASP?

    Nowadays there are much number of database-driven web sites. Such sites run from some form of content management system. The thing for telling you this is that simple menus cannot play an important role for such scenario. In such cases navigation menus need to be dynamically created. And you should create in such manner that the links should be pulled from the database. You can create a menu from a list of links stored in an Access database, using the ASP Server Model and the Dreamweaver Server. For doing this you would have to create a Recordset, connect to the database, etc.

  5. #5
    Join Date
    Apr 2008
    Posts
    2,005

    Re: How to create Menu using ASP?

    You can also build ASP menus with Menu Maker. If you want to create some menus in ASP using the Menu Maker, then follow the steps that I mentioned below :
    1. You will have to start by launching the Menu Maker.
    2. For opening the properties of the menu maker, you would have to double click on the menu item.
    3. Then enter ASP variable like the menuitem and then click OK.
    4. Export JS file (menu.js).

    In this way you can create menu with ASP entry.

Similar Threads

  1. How to create horizontal menu using CSS
    By Efigenio in forum Software Development
    Replies: 6
    Last Post: 29-03-2010, 08:40 PM
  2. How to use AVS Video ReMaker to create DVD menu
    By Aadeshh in forum Windows Software
    Replies: 5
    Last Post: 30-01-2010, 02:47 AM
  3. How to create drop down menu in php
    By Sukhvinder in forum Software Development
    Replies: 3
    Last Post: 06-08-2009, 11:42 AM
  4. How to create Menu Bar in JavaFX
    By T0tal L0$$ in forum Software Development
    Replies: 3
    Last Post: 29-07-2009, 03:28 PM
  5. How do I create Menu at runtime in VB?
    By Chandrakant81 in forum Software Development
    Replies: 5
    Last Post: 27-02-2009, 05:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,719,345,085.36320 seconds with 17 queries