O
Octavie
Hai there!
I've build a web user control which contains a repeater control. This
repeater control has several textboxes which need to be validated. The
repeater is bound to a dataset that contains a datatable with empty rows.
The validation I need is to check whether a value has been provided (like
Required). So, if the datatable has 3 rows, then the repeater shows also 3
item rows each containing the textboxes.
How to do the validation on the textboxes?
Thanxxxxx...
Octavie
I've build a web user control which contains a repeater control. This
repeater control has several textboxes which need to be validated. The
repeater is bound to a dataset that contains a datatable with empty rows.
The validation I need is to check whether a value has been provided (like
Required). So, if the datatable has 3 rows, then the repeater shows also 3
item rows each containing the textboxes.
How to do the validation on the textboxes?
Thanxxxxx...
Octavie