473,791 Members | 3,071 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Buttons Not Working

Hi, I've had this extremely weird problem for a week or so, and havent been
able to solve it.

My solution works fine on the production server. Once I deploy it, all
buttons stop posting back (they still validate though). Other page controls
do postback. On some clients, the application buttons do post back once, and
from there on, the buttons stop working forever.

I have a couple of theories, but correcting them has no effect at all. It
could be a cookie I add when the user clicks on the button, or it could be a
wrongful javascript.

Funny thing is, I added a page to the project with only one button that
posts back, and that button doesnt work either. It justs sits there.

This is becoming increasingly frustrating, I would really appreciate any
help. This application is already a couple of days late, and I hard pressed
in time to make it work.

Thanks.
Jairo Nieto.
Nov 18 '05 #1
7 1776
have you checked to make sure that your website is setup as an application
within IIS on the web server?

--
Thanks
Levi Rosol

Find Cheap .Net Server Controls At:
http://www.IvelDesigns.com
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:uh******** ******@TK2MSFTN GP10.phx.gbl...
Hi, I've had this extremely weird problem for a week or so, and havent
been
able to solve it.

My solution works fine on the production server. Once I deploy it, all
buttons stop posting back (they still validate though). Other page
controls
do postback. On some clients, the application buttons do post back once,
and
from there on, the buttons stop working forever.

I have a couple of theories, but correcting them has no effect at all. It
could be a cookie I add when the user clicks on the button, or it could be
a
wrongful javascript.

Funny thing is, I added a page to the project with only one button that
posts back, and that button doesnt work either. It justs sits there.

This is becoming increasingly frustrating, I would really appreciate any
help. This application is already a couple of days late, and I hard
pressed
in time to make it work.

Thanks.
Jairo Nieto.

Nov 18 '05 #2
Yup the website is setup as an application.

Take a look at this: I removed all validators, and the buttons worked.

I had a summary validator, and a couple of required field validators. What
is going on?

"Levi Rosol" <le***@2rmg.com > wrote in message
news:OL******** ******@TK2MSFTN GP11.phx.gbl...
have you checked to make sure that your website is setup as an application
within IIS on the web server?

--
Thanks
Levi Rosol

Find Cheap .Net Server Controls At:
http://www.IvelDesigns.com
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:uh******** ******@TK2MSFTN GP10.phx.gbl...
Hi, I've had this extremely weird problem for a week or so, and havent
been
able to solve it.

My solution works fine on the production server. Once I deploy it, all
buttons stop posting back (they still validate though). Other page
controls
do postback. On some clients, the application buttons do post back once,
and
from there on, the buttons stop working forever.

I have a couple of theories, but correcting them has no effect at all. It could be a cookie I add when the user clicks on the button, or it could be a
wrongful javascript.

Funny thing is, I added a page to the project with only one button that
posts back, and that button doesnt work either. It justs sits there.

This is becoming increasingly frustrating, I would really appreciate any
help. This application is already a couple of days late, and I hard
pressed
in time to make it work.

Thanks.
Jairo Nieto.


Nov 18 '05 #3
Have you tried running
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_regiis.e xe -i ???

Greg
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:eJ******** ******@TK2MSFTN GP12.phx.gbl...
Yup the website is setup as an application.

Take a look at this: I removed all validators, and the buttons worked.

I had a summary validator, and a couple of required field validators. What
is going on?

"Levi Rosol" <le***@2rmg.com > wrote in message
news:OL******** ******@TK2MSFTN GP11.phx.gbl...
have you checked to make sure that your website is setup as an application
within IIS on the web server?

--
Thanks
Levi Rosol

Find Cheap .Net Server Controls At:
http://www.IvelDesigns.com
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:uh******** ******@TK2MSFTN GP10.phx.gbl...
Hi, I've had this extremely weird problem for a week or so, and havent
been
able to solve it.

My solution works fine on the production server. Once I deploy it, all
buttons stop posting back (they still validate though). Other page
controls
do postback. On some clients, the application buttons do post back once, and
from there on, the buttons stop working forever.

I have a couple of theories, but correcting them has no effect at all.
It could be a cookie I add when the user clicks on the button, or it could be
a
wrongful javascript.

Funny thing is, I added a page to the project with only one button

that posts back, and that button doesnt work either. It justs sits there.

This is becoming increasingly frustrating, I would really appreciate any help. This application is already a couple of days late, and I hard
pressed
in time to make it work.

Thanks.
Jairo Nieto.



Nov 18 '05 #4
Ok i have nailed it down. Its the validation summary that causes this
behaviour. I read somewhere that the validation summary has issues with 1.0
framework, but i double checked an the application is using 1.1...

Any thoughts?
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:eJ******** ******@TK2MSFTN GP12.phx.gbl...
Yup the website is setup as an application.

Take a look at this: I removed all validators, and the buttons worked.

I had a summary validator, and a couple of required field validators. What
is going on?

"Levi Rosol" <le***@2rmg.com > wrote in message
news:OL******** ******@TK2MSFTN GP11.phx.gbl...
have you checked to make sure that your website is setup as an application
within IIS on the web server?

--
Thanks
Levi Rosol

Find Cheap .Net Server Controls At:
http://www.IvelDesigns.com
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:uh******** ******@TK2MSFTN GP10.phx.gbl...
Hi, I've had this extremely weird problem for a week or so, and havent
been
able to solve it.

My solution works fine on the production server. Once I deploy it, all
buttons stop posting back (they still validate though). Other page
controls
do postback. On some clients, the application buttons do post back once, and
from there on, the buttons stop working forever.

I have a couple of theories, but correcting them has no effect at all.
It could be a cookie I add when the user clicks on the button, or it could be
a
wrongful javascript.

Funny thing is, I added a page to the project with only one button

that posts back, and that button doesnt work either. It justs sits there.

This is becoming increasingly frustrating, I would really appreciate any help. This application is already a couple of days late, and I hard
pressed
in time to make it work.

Thanks.
Jairo Nieto.



Nov 18 '05 #5
Yes Greg, that was my first try once i suspected the problem could be script
related. Ill run it again tho, and let you know the results.

Thanks.

"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:ez******** ******@tk2msftn gp13.phx.gbl...
Ok i have nailed it down. Its the validation summary that causes this
behaviour. I read somewhere that the validation summary has issues with 1.0 framework, but i double checked an the application is using 1.1...

Any thoughts?
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:eJ******** ******@TK2MSFTN GP12.phx.gbl...
Yup the website is setup as an application.

Take a look at this: I removed all validators, and the buttons worked.

I had a summary validator, and a couple of required field validators. What
is going on?

"Levi Rosol" <le***@2rmg.com > wrote in message
news:OL******** ******@TK2MSFTN GP11.phx.gbl...
have you checked to make sure that your website is setup as an application within IIS on the web server?

--
Thanks
Levi Rosol

Find Cheap .Net Server Controls At:
http://www.IvelDesigns.com
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:uh******** ******@TK2MSFTN GP10.phx.gbl...
> Hi, I've had this extremely weird problem for a week or so, and havent > been
> able to solve it.
>
> My solution works fine on the production server. Once I deploy it, all > buttons stop posting back (they still validate though). Other page
> controls
> do postback. On some clients, the application buttons do post back once, > and
> from there on, the buttons stop working forever.
>
> I have a couple of theories, but correcting them has no effect at
all. It
> could be a cookie I add when the user clicks on the button, or it

could
be
> a
> wrongful javascript.
>
> Funny thing is, I added a page to the project with only one button

that > posts back, and that button doesnt work either. It justs sits there.
>
> This is becoming increasingly frustrating, I would really appreciate any > help. This application is already a couple of days late, and I hard
> pressed
> in time to make it work.
>
> Thanks.
> Jairo Nieto.
>
>



Nov 18 '05 #6
This other posters problem with SmartNavigation got me thinking:

Is YOUR aspnet_client folder in the root of your production server's web
site?

Normally (of course) it is C:\Inetpub\wwwr oot, but a lot of admins like to
move the root to a non standard location. Make sure you have this folder in
the correct location then run aspnet_regiis -i

Greg

"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:Ok******** ********@TK2MSF TNGP09.phx.gbl. ..
Yes Greg, that was my first try once i suspected the problem could be script related. Ill run it again tho, and let you know the results.

Thanks.

"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:ez******** ******@tk2msftn gp13.phx.gbl...
Ok i have nailed it down. Its the validation summary that causes this
behaviour. I read somewhere that the validation summary has issues with

1.0
framework, but i double checked an the application is using 1.1...

Any thoughts?
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:eJ******** ******@TK2MSFTN GP12.phx.gbl...
Yup the website is setup as an application.

Take a look at this: I removed all validators, and the buttons worked.

I had a summary validator, and a couple of required field validators. What is going on?

"Levi Rosol" <le***@2rmg.com > wrote in message
news:OL******** ******@TK2MSFTN GP11.phx.gbl...
> have you checked to make sure that your website is setup as an

application
> within IIS on the web server?
>
> --
> Thanks
> Levi Rosol
>
> Find Cheap .Net Server Controls At:
> http://www.IvelDesigns.com
>
>
> "Jairo Nieto" <ja***@axesnet. com> wrote in message
> news:uh******** ******@TK2MSFTN GP10.phx.gbl...
> > Hi, I've had this extremely weird problem for a week or so, and havent > > been
> > able to solve it.
> >
> > My solution works fine on the production server. Once I deploy it, all > > buttons stop posting back (they still validate though). Other page
> > controls
> > do postback. On some clients, the application buttons do post back

once,
> > and
> > from there on, the buttons stop working forever.
> >
> > I have a couple of theories, but correcting them has no effect at all. It
> > could be a cookie I add when the user clicks on the button, or it

could
be
> > a
> > wrongful javascript.
> >
> > Funny thing is, I added a page to the project with only one button

that
> > posts back, and that button doesnt work either. It justs sits there. > >
> > This is becoming increasingly frustrating, I would really appreciate
any
> > help. This application is already a couple of days late, and I

hard > > pressed
> > in time to make it work.
> >
> > Thanks.
> > Jairo Nieto.
> >
> >
>
>



Nov 18 '05 #7
After running aspnet_regiis for a second time, things got fixed. Thanks a
million Greg!!!!!!!!!

Jairo Nieto.

"Greg Burns" <greg_burns@DON T_SPAM_ME_hotma il.com> wrote in message
news:uN******** ******@tk2msftn gp13.phx.gbl...
This other posters problem with SmartNavigation got me thinking:

Is YOUR aspnet_client folder in the root of your production server's web
site?

Normally (of course) it is C:\Inetpub\wwwr oot, but a lot of admins like to
move the root to a non standard location. Make sure you have this folder in the correct location then run aspnet_regiis -i

Greg

"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:Ok******** ********@TK2MSF TNGP09.phx.gbl. ..
Yes Greg, that was my first try once i suspected the problem could be

script
related. Ill run it again tho, and let you know the results.

Thanks.

"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:ez******** ******@tk2msftn gp13.phx.gbl...
Ok i have nailed it down. Its the validation summary that causes this
behaviour. I read somewhere that the validation summary has issues with
1.0
framework, but i double checked an the application is using 1.1...

Any thoughts?
"Jairo Nieto" <ja***@axesnet. com> wrote in message
news:eJ******** ******@TK2MSFTN GP12.phx.gbl...
> Yup the website is setup as an application.
>
> Take a look at this: I removed all validators, and the buttons
worked. >
> I had a summary validator, and a couple of required field validators.
What
> is going on?
>
> "Levi Rosol" <le***@2rmg.com > wrote in message
> news:OL******** ******@TK2MSFTN GP11.phx.gbl...
> > have you checked to make sure that your website is setup as an
application
> > within IIS on the web server?
> >
> > --
> > Thanks
> > Levi Rosol
> >
> > Find Cheap .Net Server Controls At:
> > http://www.IvelDesigns.com
> >
> >
> > "Jairo Nieto" <ja***@axesnet. com> wrote in message
> > news:uh******** ******@TK2MSFTN GP10.phx.gbl...
> > > Hi, I've had this extremely weird problem for a week or so, and

havent
> > > been
> > > able to solve it.
> > >
> > > My solution works fine on the production server. Once I deploy
it, all
> > > buttons stop posting back (they still validate though). Other
page > > > controls
> > > do postback. On some clients, the application buttons do post back once,
> > > and
> > > from there on, the buttons stop working forever.
> > >
> > > I have a couple of theories, but correcting them has no effect at all.
> It
> > > could be a cookie I add when the user clicks on the button, or

it could
> be
> > > a
> > > wrongful javascript.
> > >
> > > Funny thing is, I added a page to the project with only one button that
> > > posts back, and that button doesnt work either. It justs sits

there. > > >
> > > This is becoming increasingly frustrating, I would really appreciate any
> > > help. This application is already a couple of days late, and I hard > > > pressed
> > > in time to make it work.
> > >
> > > Thanks.
> > > Jairo Nieto.
> > >
> > >
> >
> >
>
>



Nov 18 '05 #8

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

Similar topics

0
1072
by: Kevin McLean | last post by:
I have serveral ASP web pages containing command buttons that perform different functions. This web site has been running for serveral months without any problems. I had taken a vacation and when i came back my command buttons do not work. When i test them on my development computer everything works fine. I rebuild my solution and republish it on the web server and the command buttons stop working. I am using visual studio .net 2003...
2
9543
by: longtim | last post by:
I have been trying to implement navigation buttons for a number of forms in my application. Creating the 'Next' 'Previous' buttons has been fine but setting the enabled properties doesn't work due to problems with the BOF and EOF properites. They never appear to be set properly. Here is the offending code: private sub Form_Current()
6
2052
by: pmud | last post by:
Hi, I have created a very simple ASP.NET application which has a couple of ImageButtons which go to different SQL reports on clicking them. I have used Response.Redirect to send the user to the SQL reports. Now after viewing the report when I hit the Baxk Button on my browser. and then I click the image buttons, nothing happens. Any ideas why this is happening?
6
3197
by: AJBopp | last post by:
I'm wrestling with CSS variations between Firefox and IE. I'm trying to create rollover buttons in a menu frame. It is working perfectly in Firefox but in IE only the first button is properly highlighted and linked. The second button, has only a partial "hit area" at the top of the image, although if you click the link, you can see the link border is properly place around the image. The rest of the buttons have no rolloever state or link...
2
1458
by: Kevin | last post by:
I have an ASP.Net site with a number of asp:button on it. When I run under localhost (Windows XP, VS 2003, Dotnet 1.1.4322), clicking these buttons works. However, transfering the site to a Windows 2000 server, IIS 5 machine also with Dotnet 1.1.4322, the buttons do not react. Looking at the html of the working and non working pages, I see that the non working page button has the following <input type="image" name="btnButton" onclick="if...
3
1524
by: Ron | last post by:
Can anyone help me out? I am trying to add buttons numbered one through 10 at runtime to a form. I think they are getting added but they seem to be getting stacked one on top of each other. so I only see 1, and not the others. here is what I am doing can anyone tell me what I am doing wrong? Public Class Form1 Public buttons(9) As Button
10
11481
by: Lindsay Browning | last post by:
Hello, I found a previous posting by someone on the 10th Sept (http://www.thescripts.com/forum/thread705528.html) who seemed to have the same problem as me, but it was never resolved. I have created a database with many navigation pages which lead to other forms using buttons. Also some forms are populated by combo boxes where you can select the record from a drop down box and it fills that record's details on the form. This all works...
11
2280
by: Twayne | last post by:
Hi, Newbie to PHP here, no C or other relevant background, so pretty niave w/r to the nuances etc. but I think this is pretty basic. XP Pro, SP2+, PHP 4.4.7, XAMPP Local Apache Server 6.something I think and running as a service, Using NoteTab Pro as an IDE (works well). If you need more, just ask. In one functioning form:
8
10843
by: GaryDean | last post by:
I have a Wizard page and need to affect the next and previous buttons from my code-behind. I've googled around and found two solutions, and neither appear to work. I can access the SideBarList steps successfully with the following code... Control myContainer = (Control)Wizard1.FindControl("SideBarContainer"); DataList mySideBarList = (DataList)myContainer.FindControl("SideBarList");
0
9515
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10427
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10155
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9995
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9029
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4110
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 we have to send another system
3
2916
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.