G
Guest
I have a repeater bound to a collection of business objects:
ScoresRepeater.DataSource = objReferralTestScore.TestScore;
ScoresRepeater.DataBind();
How can I add a "new" row to the repeater without adding to the collection
of bus objects?
Thanks in advance, Jack.
ScoresRepeater.DataSource = objReferralTestScore.TestScore;
ScoresRepeater.DataBind();
How can I add a "new" row to the repeater without adding to the collection
of bus objects?
Thanks in advance, Jack.