Had validation on 4 drop down lists and they worked grand. But now someone else has made them databound and my validation is no longer working.

Anyone know how to fix this?

Recommended Answers

All 4 Replies

Client-side validation or were you performing some type of validation server side?

Its for a form, so that when the users hit sumbit it fires up a validation message asking them to fill in the required fields.

If you have client side validation that occurs when the submit button is clicked, that action should be happening before the data is sent back to the web server where you may be executing additional code including the databound event.

I guess I'm not clear as to what the issue is on your end.

Got this resolved. thanks for all the help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.