TheConeHead
Programmer
I have a page with a datalist that edits and deletes it's own info - so there are some edit and delete buttons - on the same page I have a separate "form" - I need to validate on this other form but not on the datalist - How can I do this? The problem is that I add a required validator to the second form but it gets fired off when someone clicks "edit" on the datalist....