I guys, isn’t present databound event on asp repeater server control?
I just want to bind all my data, and at the end creates a new ItemTemplate and add it, but just when is all data binded
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use this for calculating total hours in the collection. Even though I put it into the
FooterTemplate, you should be able to get the point.<asp:Repeater ID="rptRecords" runat="server" OnItemDataBound="rptRecords_ItemDataBound">