Problems with frameset

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

  1. #1

    Default Problems with frameset

    Hi everyone
    I have a problem with a frameset with 3 frames.
    In the "main"frame i have a page with a numer of textboxes
    and dropdownlists and all of them are set to autopostack = true
    If i change the text in a textbox and then emediatly opens
    a dropdownlist the frame goes totally white and i have to
    reload the frameset to get it to work again. Anyone who has
    heard abut this
    Best Regards Alsterjso
    Henrik alstersjö Guest

  2. Similar Questions and Discussions

    1. FRAMESET HELP
      trying my first hand at frames and framesets. I first created a site based on using one frameset, but found that limiting so I learned how to...
    2. Inserting a Div within a Frameset
      When you open a frameset in design view, you can click within a frame and edit that frame's target file. That's a handy feature that has worked for...
    3. Frameset Help Please
      Hi, ive got a problem. I have a four divided frameset. One banner like frame at the top, two right and let menus and one relative center area....
    4. Frameset
      How do you do a frameset in an aspx page? -- ______________________ David Fetrow HelixPoint LLC. http://www.helixpoint.com...
    5. locked into frameset
      I'm working on a coldfusion application in Dreamweaver, primarilly in code view. Somewhere along the way, Dreamweaver got the idea that one of my...
  3. #2

    Default Re: Problems with frameset

    A Frameset is just a container for more than one HTML document. Each frame
    is an instance of a browser. Therefore, there is no difference in the
    behavior of an HTML document in a frameset or out of a frameset. It sounds
    like your problem page is taking a long time to reload. You will need to
    look at your code to figure out why.

    HTH,

    Kevin Spencer
    Microsoft FrontPage MVP
    Internet Developer
    [url]http://www.takempis.com[/url]
    Big things are made up of
    lots of Little things.

    "Henrik alstersjö" <henrik.alstersjo@posten.se> wrote in message
    news:693301c34081$6cee47e0$3101280a@phx.gbl...
    > Hi everyone
    > I have a problem with a frameset with 3 frames.
    > In the "main"frame i have a page with a numer of textboxes
    > and dropdownlists and all of them are set to autopostack = true
    > If i change the text in a textbox and then emediatly opens
    > a dropdownlist the frame goes totally white and i have to
    > reload the frameset to get it to work again. Anyone who has
    > heard abut this
    > Best Regards Alsterjso

    Kevin Spencer Guest

  4. #3

    Default Re: Problems with frameset

    Hi Kevin
    Thanks for asking, but I don't believe that it is the correct reason.
    Because if I set the focus on another control before I try to open the
    dropdownlist it works just fine. And if I dont change anything in the
    textbox, it works just fine as well, and at last, if I open the page
    outside the frame it works fine as well. Do you have another idea?
    Best regards Henrik



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Henrik Alstersjö 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