Weird event firing problem

G

Guest

Hello,

I am having a strange issue between my Test environment and my Production
environment. The problem is my site runs beautifully on Test and almost
beautifully on Production. They are both the exact same machines, with the
same memory, and same exact code and yet Production has some serious issues
with controls not raising the "changed" events back on the server. It does or
appears to do the Postback but my code in my changed event is not firing. It
seems to only do it on a couple controls "radio" and "checkbox". It's like my
event "wiring" is coming undone somehow.

Is there some setting I'm missing on Production that would not allow these
events to fire? When I set up Test I don't remember ever doing anything
besides activating ASP.NET and ASP. Besides that the site came up fine. I did
the same thing on Production when it went up and yet it isn't working right.

Production and Test Server Configurations:
Windows 2003 Web Edition SP 1
Pentium 4 2.80 GHz
1.00 GB RAM

Thank you in advance!
 
G

Guest

I figured out my problem and it had nothing to do with the web server. It was
a data problem in the production database where a value was out of range
causing the page to not find a value. Thus, making it look like the postback
was happening but not the change event.

Thanks to anyone who was scratching their heads with me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top