I'm a complete beginner on ASP.net. I'm sure someone here would be able to help with this. Sorry if this has been asked before, i couln't find a solution.
Basically the page has gridview that displays the results of a stored procedure based on the dates entered.
I can validate that the field has something entered and that the end date is after the start date and that works fine. However if i try to validate whether the text entered is a valid date format (using the compare validator control) it will bring up the error but will still submit. This causes an error with the gridview because the field does not contain a valid date.
What am I doing wrong?? here is my code:
<%@ Page Language="VB" %&g ...
Go to the complete details ...