473,394 Members | 1,867 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,394 software developers and data experts.

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 1749
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**************@TK2MSFTNGP10.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**************@TK2MSFTNGP11.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**************@TK2MSFTNGP10.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\Microsoft.NET\Framework\v1.1.4322\aspne t_regiis.exe -i ???

Greg
"Jairo Nieto" <ja***@axesnet.com> wrote in message
news:eJ**************@TK2MSFTNGP12.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**************@TK2MSFTNGP11.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**************@TK2MSFTNGP10.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**************@TK2MSFTNGP12.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**************@TK2MSFTNGP11.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**************@TK2MSFTNGP10.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**************@tk2msftngp13.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**************@TK2MSFTNGP12.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**************@TK2MSFTNGP11.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**************@TK2MSFTNGP10.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\wwwroot, 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****************@TK2MSFTNGP09.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**************@tk2msftngp13.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**************@TK2MSFTNGP12.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**************@TK2MSFTNGP11.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**************@TK2MSFTNGP10.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@DONT_SPAM_ME_hotmail.com> wrote in message
news:uN**************@tk2msftngp13.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\wwwroot, 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****************@TK2MSFTNGP09.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**************@tk2msftngp13.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**************@TK2MSFTNGP12.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**************@TK2MSFTNGP11.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**************@TK2MSFTNGP10.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
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...
2
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...
6
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 ...
6
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...
2
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...
3
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...
10
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...
11
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...
8
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...
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: 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...
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...
0
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
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
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...
0
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...

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.