render function. I don't know. just throwing up ideas.
Islamegy=AE wrote:
> I used it but when RepeatColumn =3D 2 the seprator will be Vertical betwe=
en
> cells not horizonal between rows.
>
> "David Wier" <david_wier@noSpamhotmail.com> wrote in message
> news:%23xR46lsxGHA.3512@TK2MSFTNGP04.phx.gbl...
> >I haven't used a DataList in a while, but you might look into the
> > SeparatorTemplate
> >
> > --
> > David Wier
> > MVP/ASPInsider
> >
http://aspnet101.com > >
http://aspexpress.com > >
> >
> >
> > "Islamegy=AE" <Islamegy@Private.4me> wrote in message
> > news:eaiHqqrxGHA.3496@TK2MSFTNGP02.phx.gbl...
> >> I'm using a datalist with Repeat Column =3D 2..
> >> Which will be Rendered
> >> <TR>
> >> <TD></TD>
> >> <TD></TD>
> >> </TR>
> >>
> >> now i want to add horizontal seprator.. I mean new row with doted line=
..=2E
> > so
> >> i try to insert TableRow control between each row, but when i rty to
> >> override AddedControls i found all controls of type DataListItem.
> >>
> >> Which method i need to override to accomplish this task??
> >>
> >> <TR>
> >> <TD></TD>
> >> </TR>
> >>
> >>
> >
> >