473,513 Members | 11,702 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem posting data, page reloaded not processed

Hello, I have problems with my aspx page. The problem is in certain number
of client (Browsers) not all of them.

When the client try to submit a form, the aspx don't process the request,
just reload the same page setting al fields to the default value.
Thanks for your time.

AA
Nov 18 '05 #1
2 1161
this is generally caused by a postback where the code behind expects a
onclick/onchange event, but the broswer did not send one. the effect is only
form_load is called.

IE has a couple bugs that can cause this:

1) hitting enter on a form with only one submit button, does not alway send
the button name as required (ie 5.0+/6.0+)
2) return false; on a button click does not always cancel post (IE 6.0),
again a post is done with no button name

-- bruce (sqlwork.com)
"Anibal Acosta" <aa@personal.net.py> wrote in message
news:uG*************@TK2MSFTNGP12.phx.gbl...
Hello, I have problems with my aspx page. The problem is in certain number
of client (Browsers) not all of them.

When the client try to submit a form, the aspx don't process the request,
just reload the same page setting al fields to the default value.
Thanks for your time.

AA

Nov 18 '05 #2
So, I can't do nothing?

Is a IE Bug?
Thanks

"bruce barker" <no***********@safeco.com> wrote in message
news:eM**************@TK2MSFTNGP11.phx.gbl...
this is generally caused by a postback where the code behind expects a
onclick/onchange event, but the broswer did not send one. the effect is only form_load is called.

IE has a couple bugs that can cause this:

1) hitting enter on a form with only one submit button, does not alway send the button name as required (ie 5.0+/6.0+)
2) return false; on a button click does not always cancel post (IE 6.0),
again a post is done with no button name

-- bruce (sqlwork.com)
"Anibal Acosta" <aa@personal.net.py> wrote in message
news:uG*************@TK2MSFTNGP12.phx.gbl...
Hello, I have problems with my aspx page. The problem is in certain number of client (Browsers) not all of them.

When the client try to submit a form, the aspx don't process the request, just reload the same page setting al fields to the default value.
Thanks for your time.

AA


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
1912
by: msnews.microsoft.com | last post by:
Hi, I am having a problem that the gateway I am working with removes the "=" sign from values in the postfield that are empty. Example: page.asp?aa=&ff=&xx=12 become: page.asp?aa&ff&xx=12....
2
3423
by: Helge Kalnes | last post by:
We are running an ASP.NET application on a cluster of 3 web-servers, using the Network Load Balancing feature of Application Center. We have synchronized the machineKey in machine.config on the 3...
9
1349
by: Wayne Wengert | last post by:
I am attempting to incorporate some techniques I found in an MSDN article into one of my aspx pages. It basically adds a new class that Inherits from the System.Web.UI.Page and includes some new...
16
4870
by: Dany | last post by:
Our web service was working fine until we installed .net Framework 1.1 service pack 1. Uninstalling SP1 is not an option because our largest customer says service packs marked as "critical" by...
2
2024
by: Tom | last post by:
I hope someone can help me figure out what's going on here. I've re-read the section on sessions at php.net and Googled this high and low but I haven't found anything that quite explains my...
11
4189
by: bill | last post by:
I dynamically create buttons and associate them with an event using AddHandler. I want all the button events to fire at one time, when the page is posted, instead of when each button is clicked....
16
2352
by: Victor | last post by:
I have a strange problem in my website. I configured my website to run under 2 worker processes. (web garden enabled). and I stored my user information in the current httpcontext(like...
1
5254
by: XP | last post by:
Hello Everyone, I was stuck with this really frustrating problem for sometime. Let me explain what I am trying to achieve: There is a form and an inner iframe. The form's target is set to the...
4
2259
by: szimek | last post by:
Hi, I've already posted an email with this problem, but this time I think I got a bit more info. The app I'm currently working on works like this: when user clicks on a clickable element, it...
0
7254
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7153
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7373
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7519
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5677
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3230
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1585
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
452
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.