I
Islamegy®
I'm using a datalist with Repeat Column = 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.. 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>
Which will be Rendered
<TR>
<TD></TD>
<TD></TD>
</TR>
now i want to add horizontal seprator.. I mean new row with doted line.. 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>