Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. any body can help me for flyout

any body can help me for flyout

Scheduled Pinned Locked Moved ASP.NET
questioncsharphelptutorial
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    please help 0
    wrote on last edited by
    #1

    On my vb.net page has following controls for example:

    Label1

    dropdowncontrol1

    dropdowncontrol2

    link1

    i am using flyout on link1 click

    content..

    so whenever flyout is opened , it will display content of flyout as well as from background dropdowncontrol1 and dropdowncontrol2 also seen in that opened flyout. So How can i disply only flyout content not that dropdownlist controls?

    C E O 3 Replies Last reply
    0
    • P please help 0

      On my vb.net page has following controls for example:

      Label1

      dropdowncontrol1

      dropdowncontrol2

      link1

      i am using flyout on link1 click

      content..

      so whenever flyout is opened , it will display content of flyout as well as from background dropdowncontrol1 and dropdowncontrol2 also seen in that opened flyout. So How can i disply only flyout content not that dropdownlist controls?

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Well, it's clear to me now that your flyout is a third party user control. Doesn't that mean you should ask the vendor ? Some controls just appear behind drop boxes. That's because of how they are written. I'm not sure of the details, but if your control shows up that way, you need to find another.

      Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

      1 Reply Last reply
      0
      • P please help 0

        On my vb.net page has following controls for example:

        Label1

        dropdowncontrol1

        dropdowncontrol2

        link1

        i am using flyout on link1 click

        content..

        so whenever flyout is opened , it will display content of flyout as well as from background dropdowncontrol1 and dropdowncontrol2 also seen in that opened flyout. So How can i disply only flyout content not that dropdownlist controls?

        E Offline
        E Offline
        eyeseetee
        wrote on last edited by
        #3

        I answered his question below and then he deleted the opening post!!:mad:

        C P L 3 Replies Last reply
        0
        • E eyeseetee

          I answered his question below and then he deleted the opening post!!:mad:

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          You're right, I noticed that. I dunno why he deleted it, and then reposted, but at least he finally posted some code ( he previously posted in the C# forum before I pointed him here ).

          Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          1 Reply Last reply
          0
          • E eyeseetee

            I answered his question below and then he deleted the opening post!!:mad:

            P Offline
            P Offline
            please help 0
            wrote on last edited by
            #5

            sorry , but i didn't understand properly, So if u know answer then please send me again

            C 1 Reply Last reply
            0
            • P please help 0

              sorry , but i didn't understand properly, So if u know answer then please send me again

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              I gave you a good answer, did you understand it ?

              Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

              1 Reply Last reply
              0
              • E eyeseetee

                I answered his question below and then he deleted the opening post!!:mad:

                L Offline
                L Offline
                leckey 0
                wrote on last edited by
                #7

                He actually cross-posted.

                Does it matter what I write here? Someone just has to say something about it.

                1 Reply Last reply
                0
                • P please help 0

                  On my vb.net page has following controls for example:

                  Label1

                  dropdowncontrol1

                  dropdowncontrol2

                  link1

                  i am using flyout on link1 click

                  content..

                  so whenever flyout is opened , it will display content of flyout as well as from background dropdowncontrol1 and dropdowncontrol2 also seen in that opened flyout. So How can i disply only flyout content not that dropdownlist controls?

                  O Offline
                  O Offline
                  Oakman
                  wrote on last edited by
                  #8

                  The dropdown box as implemented by M$FT in all their wisdom will always appear "in front' of any true HTML controls. The simplest and best way of blocking it is to place an Iframe in front of it. See this article: http://www.codeproject.com/KB/HTML/dropdown_div.aspx

                  Jon Smith & Wesson: The original point and click interface

                  P 1 Reply Last reply
                  0
                  • O Oakman

                    The dropdown box as implemented by M$FT in all their wisdom will always appear "in front' of any true HTML controls. The simplest and best way of blocking it is to place an Iframe in front of it. See this article: http://www.codeproject.com/KB/HTML/dropdown_div.aspx

                    Jon Smith & Wesson: The original point and click interface

                    P Offline
                    P Offline
                    please help 0
                    wrote on last edited by
                    #9

                    thanks , My problem is solved

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups