Asp.net Menu Control

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santoshjsh
    New Member
    • Oct 2007
    • 18

    Asp.net Menu Control

    hello everyone,
    i am using menu control of asp.net2.0.

    i have two frames first one contains the menu(populated dynamically from database) and other description for menu navigate url

    now my problem is how to create a cross frame menu so that the popup menu could appear on the top of other frame
    thanx
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    A JavaScript dropdown menu usually shows over other frames, if this is what you mean. Why you are not using master pages?
    Originally posted by santoshjsh
    hello everyone,
    i am using menu control of asp.net2.0.

    i have two frames first one contains the menu(populated dynamically from database) and other description for menu navigate url

    now my problem is how to create a cross frame menu so that the popup menu could appear on the top of other frame
    thanx

    Comment

    • santoshjsh
      New Member
      • Oct 2007
      • 18

      #3
      thanxx kenobewan
      i cannot use master pages because this project is an ERP project and i am in the mid of the project developement. so if i would like to use master pages than i have to change my whole concept which is not possible now.
      so i cannot use master pages.

      i dont want to use javascript because different browser shows differnet behavior for javascript or may be the useer could disable the javascript.
      so need some other solution. and thats why i am using asp.net menu control.
      thanx.
      Originally posted by kenobewan
      A JavaScript dropdown menu usually shows over other frames, if this is what you mean. Why you are not using master pages?

      Comment

      Working...