I have a list of textboxes that get validated when the submit button is clicked. When I use OnClientClick="return confirm('...');" in the button, the controls do not validate once the user confirms the box? How am I able to se the confirm and validate the controls after it it confirmed?
↧