Re: ASP.Net form not posting!
From: Kevin Spencer (kspencer_at_takempis.com)
Date: 11/09/04
- Next message: darrel: "Re: .net component advice: pdf, listserves, etc?"
- Previous message: Paul: "How to delay repost of page?"
- In reply to: Ian Suttle: "Re: ASP.Net form not posting!"
- Next in thread: Ian Suttle: "Re: ASP.Net form not posting!"
- Reply: Ian Suttle: "Re: ASP.Net form not posting!"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 9 Nov 2004 17:12:02 -0500
Hi Ian,
Wish I had good news for you. On a Windows XP Pro box and a Windows Server
2003 box, we loaded your page into IE, and it would not submit. We loaded it
into Netscape on the same (XP Pro) box, and it worked. If you got it to work
on an XP Pro box, you might want to check the version of IE that it is
running. I'm beginning to think it has something to do with IE6.
Unfortunately, the amount and complexity of the JavaScript generated by the
Page validator controls was too large for us to spend the amount of time
debugging it to identify the exact cuase of the problem. It seems odd that
you are not among a large group of people that may be having this same
problem on IE with ASP.Net page validators.
I'm just wondering here, but it could have something to do with Service Pack
2 and IE 6, or just with IE6. But again, I haven't heard anything about
issues with these. On the other hand, we don't use the built-in ASP.Net
validation for our apps.
Another alternative is, what version of ASP.Net are you using? If the
problem lies with IE6, it could be due to using ASP.Net version 1.0, which
came out prior to IE6, rather than using ASP.Net 1.1, which came out after
IE6. Just guessing here.
I hope that someone who has experience with this issue can help you further.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Neither a follower nor a lender be. "Ian Suttle" <Ian.Suttle@gmail.com> wrote in message news:1100035566.381738.289320@c13g2000cwb.googlegroups.com... > Kevin, > > Thanks for the response. There is only 1 set of form tags. I was > simply trying to show the hierarchy of everything in my explanation. I > know that it isn't posting because the page doesn't do any sort of > reload. > > Your statement of a form posting or not relating to the server is not > quite accurate. Since we are dealing with ASP.Net, the pages are > compiled by the server, which creates its own render of the HTML. I > have found that XP renders differently than W2K, etc. For instance, a > form name will be renamed to "__ASPNETFORM" or somethign similar on XP, > and not that on W2K. > > You can view the page by going to > http://www.PawsitiveConnect.com/Join.aspx?to=1 and then choosing either > of the two applications on the bottom half of that page. > Thanks again! > > Ian Suttle > http://www.IanSuttle.com >
- Next message: darrel: "Re: .net component advice: pdf, listserves, etc?"
- Previous message: Paul: "How to delay repost of page?"
- In reply to: Ian Suttle: "Re: ASP.Net form not posting!"
- Next in thread: Ian Suttle: "Re: ASP.Net form not posting!"
- Reply: Ian Suttle: "Re: ASP.Net form not posting!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|