Posted on: 2/21/2014 8:35:11 PM | Views : 600

hey
when i add new record it seems that this record is shown in last row and i want to show in first row ... and write as "new" in repeater or highlight that record how i done this
here is html and code
<div class="CSSTableGenerator"> <table border="0" width="100%" cellpadding="0" cellspacing="0" id="results"> <asp:Repeater ID="Repeater1" OnItemCommand="Repeater1_ItemCommand" runat="server"> <HeaderTemplate> <tr> <td> </td> <%--<td> Document ID </td>--%> ...

Go to the complete details ...