Insert problem

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

I have couple asp.net controls on the page, including compare and range
validators.
When user click the insert button, the data are inserted into the database.

It works on my computer and on local srever.

If I copy page on production server, the insert doesn't work.

When I click Insert button, first it checks for fields. It works, because I
get an error messages if fields are not inserted.
If I insert all required fields, than nothing happens. The data is not
inserted. It looks like that the page is not submitted.

Any idea why?

Simon
 
is there an error generated? Try having the INSERT statement written to the
screen.
Also, is this all wrapped in a TRY/CATCH that may be bypassing an error?
 
Back
Top