Server-side scripts do not run

  • Thread starter Thread starter anonymous
  • Start date Start date
A

anonymous

I have a ASP.NET project which stores additional
information for each contact. On the new form I have a
dropdownlist, and a datagrid. Basically the datagrid
displays data depending on the dropdownlist
and contact ID. Buttons are also added to perform updates
to the database.

I have tested this on my development machine/own test
server and works well,
but when I tried to deploy it to another test server, I
encountered an error.
It seems that the server-side scripts inthe buttons do not
execute.

What could be the problem?
 
I have tested this on my development machine/own test
server and works well,
but when I tried to deploy it to another test server, I
encountered an error.
It seems that the server-side scripts inthe buttons do not
execute.

What could be the problem?

Not being telepathic, it's a little difficult to tell. You say "I
encountered an error" - any chance of letting the group know what that error
was...?
 
Fix already, I got the same problem with
Subject Re: Wierd: Button doesn't do a postback
 
Back
Top