Web Form Query

Associate
Joined
6 Oct 2008
Posts
41
Hi folks,

I'm just wondering what you all thought was the best method in getting the data from web form to database?

I've created a web based application form, and while it works on the whole there are still niggles with it.
We do have a few calls every so often from people saying they can't progress, also sometimes we find that for some reason the records are duplicated many times in the database, even though I have tested it with many browsers myself at home and had no problems :confused:

The form was created using asp.net and links to a SQL Server 2000 database.
It's split into 5 .ascx sections which load into a placeholder when they click the button to move on.
In the code behind after each button click it stores the data into session variables so they can go back and see/make changes to what they entered, also it uses the session variables to add the new records into the database.

Could the above cause problems with different settings on browsers?
Is this how you would have done it?
Is there a better way I could have done it?

Cheers
 
Back
Top Bottom