Build a dynamic menu for asp.net page

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default Build a dynamic menu for asp.net page

    Hi.
    I will do a dynamic menu for a asp.net app.. I don't know yet if how I will
    get the data for populate this menu: from a sql server database, xml file or
    what, but I know it will be dynamic any probably encapsulated in a control
    (user or custom).

    Someone have any logic code, samples, links for that?
    Thanks

    Zorhel


    zorhel Guest

  2. Similar Questions and Discussions

    1. how to build a dynamic datagrid
      Hi, We have several sets of report data that we want to be able to edit from one editable datagrid. We are storing the column heading names in the...
    2. dynamic menu system going to dynamic page
      please can someone help me - im at the end of my tether! ive got an access db. Its got a list of words that is to be a menu system stored in it....
    3. How do I build Drop Down menu using Menu magic with Database result
      Hi Every One. I resently purched Menu Magic Dropdown System. I would like to list my database content like news( few sentense with link ), Authers...
    4. who can build macromedia global nav flash menu for me?
      hello i want macromedia global nav horizontal flash menu for my site. i want excatly the same as it. i need .fla with full customization over...
    5. Trying to build dynamic forms
      Hello, I am working on a database that uses multiple forms to collect data that is then called in a subsequent form (for example: data entered...
  3. #2

    Default Re: Build a dynamic menu for asp.net page

    Try this menu control.

    [url]http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=1910&tabindex=2[/url]

    --
    -----------------------------------
    Ken Varn
    Senior Software Engineer
    Diebold Inc.

    EmailID = varnk
    Domain = Diebold.com
    -----------------------------------
    "zorhel" <zorhel@zorhel.com> wrote in message
    news:e5dD6SqiEHA.3048@TK2MSFTNGP09.phx.gbl...
    > Hi.
    > I will do a dynamic menu for a asp.net app.. I don't know yet if how I
    will
    > get the data for populate this menu: from a sql server database, xml file
    or
    > what, but I know it will be dynamic any probably encapsulated in a control
    > (user or custom).
    >
    > Someone have any logic code, samples, links for that?
    > Thanks
    >
    > Zorhel
    >
    >

    Ken Varn Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139