Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to validate both new and edit of existing data?

Status
Not open for further replies.

jck1

Programmer
Feb 22, 2006
8
US
Hi,
I got a ASP page where one can add a record or update any existing records.
As soon as a record is added it is appended to the existing records. With
this design user can check for erors in existing records or the added record and correct accordingly.
Initially, there was no data validation rule. Now, as soon as I am putting
data validation via script, I cannot update the exisiting data as the
validation looks for empty space in the text boxes meant for adding data. Is
there any way, I can avoid this situation and can update existing records. If
this is possible, how does one validate the existing records. I will
appreciate any help or link to an article. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top