D
dave
I have a dgrid with some edit boxes for entry which i need to validate.
When i input the validation within the bound columns in the .aspx page it
works fine, but if try and add the validation dynamically in the code behind
file - i get the error that it cannot find the control to validate.
Is there a way round this? As i know the datagrid gives a different ID to
the control when it is bound. I need to change the validation expression on
an edit box depending on some other values.
Cheers
When i input the validation within the bound columns in the .aspx page it
works fine, but if try and add the validation dynamically in the code behind
file - i get the error that it cannot find the control to validate.
Is there a way round this? As i know the datagrid gives a different ID to
the control when it is bound. I need to change the validation expression on
an edit box depending on some other values.
Cheers