My form has a repeating table with 4 columns , column1 has textbox
value , column2 has dropdownlist , column3 and column4 has datepicker
control
Dropdownlist is loaded from sharepoint library list(secondary data source)
(note: data filter doesnot work in browser enabled form)
When user enters data using repeating table
like
first row
1. Name1 2. dropdownvalue1 3 .1/1/2008 4. 1/1/2008
second row
2. Name1 2. dropdownvalue1 3 .1/1/2009 4. 1/1/2009
I should get a error message stating dat textbox value has repeating
value or dropdownlist has repeating value and user should not be
allowed to save the form.My form is browser enabled one I need this to
be solved without any code
Thanks
Yoga