G
Guest
Hello,
I am using a Repeater control to display data and also allow data editing. I
simply have text boxes in my repeater template and allow the user to make
changes as needed.. I also allow users to enter new rows. I do this by
showing them a blank row.
The question I now have is:
1) In the new row, if the user supplies data to only 2 columns out of the
three "required" columns, I want to do a validation and ask them to provide
the data.
2) However, if the user choose not to enter a new row (leaves all the text
boxes empty), I do not want to raise any validation error..
Is this possible in a repeater control..? Any help will be appreciated.
I do not want to user DataGrid and prefer to use Repeater for some other
reasons.
Thanks.
I am using a Repeater control to display data and also allow data editing. I
simply have text boxes in my repeater template and allow the user to make
changes as needed.. I also allow users to enter new rows. I do this by
showing them a blank row.
The question I now have is:
1) In the new row, if the user supplies data to only 2 columns out of the
three "required" columns, I want to do a validation and ask them to provide
the data.
2) However, if the user choose not to enter a new row (leaves all the text
boxes empty), I do not want to raise any validation error..
Is this possible in a repeater control..? Any help will be appreciated.
I do not want to user DataGrid and prefer to use Repeater for some other
reasons.
Thanks.