Or for that matter... if anyone has other recommendatins on diff methods of
reporting stuff lke that to html, anything would be greatly appreciated!

Thanks
Wes



"Wes Weems" <wweems3.SPAM@charter.net> wrote in message
news:vg8mjbtdi4tn93@corp.supernews.com...
> Hello,
>
> I originally used nested repeaters to simply spit out for each customer a
> list of items they've purchased, then at the bottom I want a total cost.
>
> With a dataset and a releation, I've got everything cept the total
working.
> Seems like to me, that once any element gets embedded, I try to bind an
> event to it, and it gets a null reference.
>
> Say my var in the dataset being bound to the child repeater is "WORKED",
how
> would I add that via the codebehind to the count var so I could then
display
> it after the child repeater is displayed.
>
> I tried to use DataBinder.Eval(e.Item.DataItem,"WORKED") and that says
there
> is no column "WORKED", but I am positive there is.
>
> Thanks
> Wes
>
>