Ask a Question related to ASP.NET General, Design and Development.
-
Henrik alstersjö #1
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
-
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... -
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... -
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.... -
Frameset
How do you do a frameset in an aspx page? -- ______________________ David Fetrow HelixPoint LLC. http://www.helixpoint.com... -
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... -
Kevin Spencer #2
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
-
Henrik Alstersjö #3
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



Reply With Quote

