I have a field in my grid for an email address. I would like to add a regular expression validator to ensure the format. Currently I have a required field validator which works but is not sufficient. I've searched but haven't found a working example.
I also have a date field and would like to set a valid range validator to it but I need to set the min/max values from my code behind file. I have managed to set the min/max date of the editor using the ItemDataBound event as a work around but would like to know if this is possible.
Thanks.
I also have a date field and would like to set a valid range validator to it but I need to set the min/max values from my code behind file. I have managed to set the min/max date of the editor using the ItemDataBound event as a work around but would like to know if this is possible.
Thanks.