Re: asp button action not invoked

From: Earl (coyx_at_yahoo.com)
Date: 11/15/04


Date: 15 Nov 2004 07:05:23 -0800

Fixed the problem. It turns out that the google search form
that I added for the page was the problem. Not yet sure why
but the two forms don't work w/ each other.

coyx@yahoo.com (Earl) wrote in message news:<f5eb195e.0411121403.18733c98@posting.google.com>...
> I have page that has a form. After pressing the button on that
> page, it is to do some routine.
>
> The problem is the action (codebehind written in c#) is not called.
> I have a test server and it works find there but it doesn't do
> anything in the production server.
>
> Is there something that I have to check for this. Other pages w/
> buttons are doing ok except for this one.
>
> I already checked the code to make sure that the action is registered.
>
> Both servers are virtually the same, Windows 2000 server, IIS 5, .NET
> framework 1.1
>
> I appreciate any help.
>
> Earl