i'm getting the above error when i execute the databind() command. Is there a limit to the number of items that can be databound b/c if i remove one of the lines, anyone of the lines, it'll work.
Code:
<BR><%#Group_Size.Text%><BR>
<%#Church.Text%><BR>
<%#Address.Text%><BR>
<%#City.Text%><BR>
<%#State.Text%><BR>
<%#Zip.Text%><BR>
<%#Contact.Text%><BR>
<%#Contact_Email.Text%><BR>
<%#Choirs.SelectedValue%><BR>
<%#Total_Cost%><BR>
<%#Choir_One_Ringing.SelectedValue%><BR>
<%#Choir_One_Feet.Text%><BR>
<%#Choir_Two_Ringing.SelectedValue%><BR>
<%#Choir_Two_Feet.Text%><BR>
<%#Special_Requests.Text%><BR>
<%#Parade_Director.Text%><BR>
<%#Group_Name.Text%><BR>
<%#Parade_Directors_Email.Text%><BR>
<%#Parade_Selection.Text%><BR>
<%#Parade_Composer.Text%><BR>
<%#Parade_Publisher.Text%><BR>
<%#Parade_Order_Number.Text%><BR>
<%#First_Choice_Rehearsal_A%><BR>
<%#Second_Choice_Rehearsal_A%><BR>
<%#Third_Choice_Rehearsal_A%>