Is there a simplistic way of creating a data entry form and have the traditional Add, Change, and Delete button on the same ASP page and use VBscript to conditionally make the data manipulations depending upon which button is pressed?
I have not seen any samples that do it this way for web development.
Also, would it be better to use javascript do this job. I am using SQL 2000 tables and prefer to work using VB, ADO, VBscript, ASP etc to do this job.
I have not seen any samples that do it this way for web development.
Also, would it be better to use javascript do this job. I am using SQL 2000 tables and prefer to work using VB, ADO, VBscript, ASP etc to do this job.