Re: PostBack Display Problems

From: jm (john_20_28_2000_at_yahoo.com)
Date: 02/14/04


Date: 13 Feb 2004 20:44:13 -0800

I started looking at is closer; the code is there, but the data is
missing. Sorry. I am thinking that mysql may not actually have the
data saved the instant I insert it.

The form get user input. I insert the data. On the same form, I then
SELECT that same data. The data is in the database. It is a MySQL
database, if it matters.

I do use a field on the form to select the data, maybe it isn't
populated fast enough to read it to select the data. I know. Makes
no sense cause it isn't your project. Just rambling.

Thank you.

"bruce barker" <nospam_brubar@safeco.com> wrote in message news:<e9nX1Nm8DHA.2316@TK2MSFTNGP09.phx.gbl>...
> IE trys to optimize rendering by detecting what has changed in the dom, and
> only displaying the differences. however there are bugs, and now that IE is
> "mature" product, I would not expect any fixes. you will have to change
> (tweek) your page to avoid this behavior.
>
> -- bruce (sqlwork.com)
>
>
> "jm" <john_20_28_2000@yahoo.com> wrote in message
> news:c67e4bdd.0402130955.2d918685@posting.google.com...
> > Sometimes when creating a new page on pastback, IE 6 does not display
> > the page. View Source reveals code is being sent, the right code, but
> > for whatever reason, IE 6 does not display it. It is random and
> > unreproducable.
> >
> > Any ideas? Thanks.



Relevant Pages