G
Guest
I am currently having an issue with an ASP.Net 1.1 Web page that does the
following remotely but not locally.
Click on a control
Check for postback, if postback, handle the event, otherwise populate page
with options.
What is happening is that remotely the page is doing a double postback, then
doing a post without data at all resulting in the event being fired twice,
then redirecting to the incorrect option in a dropdown (going to default).
Locally, this problem does not exist, remotely it is causing some major
issues, as when you add a record, it is double adding it. This is for a
financial estimation add-on for great planes that was working fine 3 weeks
ago, and now for some reason remotely this issue is happening more and more
frequently with more then just this control.
I have researched a bit, and seen that SP1 for .Net 1.1 has been causing
some issues, the question I have is, has anyone else seen this type of
behavior, and should I try a rollback to pre-SP1 for .Net 1.1 ?
Thanks in advance,
Tom Anderson
Sr. Software Developer
Custom Business Solutions Inc.
following remotely but not locally.
Click on a control
Check for postback, if postback, handle the event, otherwise populate page
with options.
What is happening is that remotely the page is doing a double postback, then
doing a post without data at all resulting in the event being fired twice,
then redirecting to the incorrect option in a dropdown (going to default).
Locally, this problem does not exist, remotely it is causing some major
issues, as when you add a record, it is double adding it. This is for a
financial estimation add-on for great planes that was working fine 3 weeks
ago, and now for some reason remotely this issue is happening more and more
frequently with more then just this control.
I have researched a bit, and seen that SP1 for .Net 1.1 has been causing
some issues, the question I have is, has anyone else seen this type of
behavior, and should I try a rollback to pre-SP1 for .Net 1.1 ?
Thanks in advance,
Tom Anderson
Sr. Software Developer
Custom Business Solutions Inc.