I am having a problem that I swore I read about a long time ago and it was a
.NET service-pack/hotfix bug.

The problem right now is that whenever I try to postback on form, it simply
does nothing. I distinctly remember the issue being fixed by a hotfix, but
I can't remember which one. I can't seem to find anything on google either.

Anyone remember this or have a link to a KB article?

I think it had something to do with the aspnet_client files directory and
where it was stored.

Re: Postback form .NET bug by Amit

Amit
Wed Jan 05 17:35:29 CST 2005

This might be a dumb suggestion, but did you add the code to check if it
was postback or not?

if(!page.postback) {
//do something
}

Sorry cannot think of anything else at the moment - its late here.

Amit.
www.desigeek.com


Tim Mavers wrote:
> I am having a problem that I swore I read about a long time ago and it was a
> .NET service-pack/hotfix bug.
>
> The problem right now is that whenever I try to postback on form, it simply
> does nothing. I distinctly remember the issue being fixed by a hotfix, but
> I can't remember which one. I can't seem to find anything on google either.
>
> Anyone remember this or have a link to a KB article?
>
> I think it had something to do with the aspnet_client files directory and
> where it was stored.
>
>

RE: Postback form .NET bug by mailboxrmaciel

mailboxrmaciel
Thu Jan 06 00:11:07 CST 2005

I have the same problem after changing some validators in a loaded form.
I found a link from an earlier post in this group that might help us:

http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=695240

"Tim Mavers" wrote:

> I am having a problem that I swore I read about a long time ago and it was a
> ..NET service-pack/hotfix bug.
>
> The problem right now is that whenever I try to postback on form, it simply
> does nothing. I distinctly remember the issue being fixed by a hotfix, but
> I can't remember which one. I can't seem to find anything on google either.
>
> Anyone remember this or have a link to a KB article?
>
> I think it had something to do with the aspnet_client files directory and
> where it was stored.
>
>
>

RE: Postback form .NET bug by mailboxrmaciel

mailboxrmaciel
Thu Jan 06 00:33:04 CST 2005

Here is an old KB FIX on the issue:

http://support.microsoft.com/default.aspx?scid=kb;en-us;821758

"Ricardo Maciel" wrote:

> I have the same problem after changing some validators in a loaded form.
> I found a link from an earlier post in this group that might help us:
>
> http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=695240
>
> "Tim Mavers" wrote:
>
> > I am having a problem that I swore I read about a long time ago and it was a
> > ..NET service-pack/hotfix bug.
> >
> > The problem right now is that whenever I try to postback on form, it simply
> > does nothing. I distinctly remember the issue being fixed by a hotfix, but
> > I can't remember which one. I can't seem to find anything on google either.
> >
> > Anyone remember this or have a link to a KB article?
> >
> > I think it had something to do with the aspnet_client files directory and
> > where it was stored.
> >
> >
> >

Re: Postback form .NET bug by Steve

Steve
Thu Jan 06 06:43:38 CST 2005

Does this happen on multiple browsers/multiple machines?

I have seen this happen with IE occassionally. IE Would call the post back,
but the form would be empty. I have verified this by simply having a test
form page that lists the items in the posted back form. When IE is in a bad
state, there are no items posted back.

The only way I've been able to clear this state is to delete the user's
cookies, as even a reboot didn't help.
I haven't seen this problem in other browsers (Firefox, Netscape, etc).

Could be a completely seperate issue than they one you are having also.

Steve



"Tim Mavers" <webview@hotmail.com> wrote in message
news:4f-dnQsdZosU8UHcRVn-gg@giganews.com...
> I am having a problem that I swore I read about a long time ago and it was
a
> .NET service-pack/hotfix bug.
>
> The problem right now is that whenever I try to postback on form, it
simply
> does nothing. I distinctly remember the issue being fixed by a hotfix,
but
> I can't remember which one. I can't seem to find anything on google
either.
>
> Anyone remember this or have a link to a KB article?
>
> I think it had something to do with the aspnet_client files directory and
> where it was stored.
>
>