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?
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?