I am trying to submit a form with validation in tact, but what i want to do is if the user hits submit and his info is not valid i STILL want to insert his data into the database, how do I do this? If i use the <BR><BR>SUB Button_Click <BR>If IsValid <BR><BR>I can't submit the data if IsValid = false, but I want to keep the RequiredFieldValidator functionality.<BR><BR>ANY IDEAS?????Um...what do you want to do with the data if it's not valid? If you're submitting it anyway, what's the sense of validating it?I feel the same way, i'm a web developer and for some reason the company i'm doing this for wants incomplete records captured, it makes no sense to me either but they want it that way.