473,382 Members | 1,657 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

submit buttons no longer working after framework sp1

Hello,

I just installed sp2 for XP (on my development server), and tested my
application: worked fine. Then installed sp1 for the 1.1 framework (as
urged by Windows Update) and now this: the submit buttons in my aspx
pages no longer work. It's as if the javascript behind the buttons
isn't being called; at least, no server call is made. Is this familiar
to anybody?

Lew

Nov 18 '05 #1
3 1450
Turns out the required field validators were failing, no longer
functional, for reasons I could not determine. Even when I take out the
RFValidator and reinsert it, the same thing happens, the button won't
submit (though the RFValidator Text does not appear). It's sad tto find
things out like this.
Lew Burrus wrote:
Hello,

I just installed sp2 for XP (on my development server), and tested my
application: worked fine. Then installed sp1 for the 1.1 framework (as
urged by Windows Update) and now this: the submit buttons in my aspx
pages no longer work. It's as if the javascript behind the buttons
isn't being called; at least, no server call is made. Is this familiar
to anybody?

Lew


Nov 18 '05 #2
I should have known, since sp1 for the framework is a security update....

the .js file used by the validators was not readable by the ASPNET user.
I granted read permission on its folder to ASPNET and now the
validators work.
Lew Burrus wrote:
Turns out the required field validators were failing, no longer
functional, for reasons I could not determine. Even when I take out the
RFValidator and reinsert it, the same thing happens, the button won't
submit (though the RFValidator Text does not appear). It's sad tto find
things out like this.
Lew Burrus wrote:
Hello,

I just installed sp2 for XP (on my development server), and tested my
application: worked fine. Then installed sp1 for the 1.1 framework
(as urged by Windows Update) and now this: the submit buttons in my
aspx pages no longer work. It's as if the javascript behind the
buttons isn't being called; at least, no server call is made. Is this
familiar to anybody?

Lew


Nov 18 '05 #3
I faced the same problem and found out that SP 1 is'n't backward
compatible for customvalidators. SP 1 defaults the attribute
enableclientscript for a customvalidator to TRUE. If you use server side
validators, you must use enableclientscript="false". Without this attribute
postbacks won't be send to your app. IE stops parsing JS when searching for a
undefined client-side javascript function.

Hope this helps.

Regards,

Cris
"Lew Burrus" wrote:
Hello,

I just installed sp2 for XP (on my development server), and tested my
application: worked fine. Then installed sp1 for the 1.1 framework (as
urged by Windows Update) and now this: the submit buttons in my aspx
pages no longer work. It's as if the javascript behind the buttons
isn't being called; at least, no server call is made. Is this familiar
to anybody?

Lew

Nov 18 '05 #4

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

Similar topics

17
by: Dave Smithz | last post by:
Hi there, A PHP application I built has a section which lists a number of members to a club whose names each appear with a check box beside them that can be ticked. These check boxes are part...
8
by: Matt Herson | last post by:
I have been trying to find a way to use JavaScript to change the value of a hidden field on submit. I am already invoking a JavaScript to handle the validation on submit. The reason I need to...
15
by: JR | last post by:
Hi. I hope someone out there who is more versed with JavaScript than I can help me with the following annoying problem. Here's the problem. I have a form with the following layout: Column A...
1
by: Mark | last post by:
Hi - on my site, overnight, my submit buttons have suddenly stopped working in IE. Firefox is fine. The link button works perfectly - the two submit buttons however do not. It works in IE...
2
by: tatemononai | last post by:
I just migrated from one shared host to a new one. After moving to the new server and getting all my MySQL database connections set back up I have discovered that a few submit buttons on just a...
5
by: | last post by:
Hi all, Has anyone been able to write some custom javascript on the onclick event of submit button to do certain things like disable submit button, only submit form once etc. This was a breeze...
1
by: ansc1 | last post by:
Hello, I'm new to using php coding. I need help with the following: 1. There is a submit button on the form and is saves information to my database. After clicking on "Save Measurement" it...
4
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all I have the following code: I am trying to use the value of the image button to evaluate what plan the user has chosen, i.e. it request("submit1")="Basic", then the user chose basic plan...
12
by: Daniel Klein | last post by:
I'm pretty new at php and web stuff so please be gentle with me. I'm trying to get a form to submit when the user presses the Enter key. I do not want to use javascript. I've googled this to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.