How would i keep my details view position at top after a pagechange event
as you change pages/records in the details view some field grow and shrink this causes the DV to move around the page I would like to keep it at the top and just grow and shrink in length from bottom if that makes sense
I currently have the DViews in a table 3 side by side
<table style="width:100%;">
<tr>
<td>
<asp:DetailsView ID="DetailsView1" runat="server" AllowPaging="True"
Caption="Active 1" Height="50px" Width="339px" EmptyDataText="No Data">
<FieldHeaderStyle BorderColor="#66FF33" />
<HeaderStyle BackColor="Red" />
<EditRowStyle BackColor="#660066" BorderColor="#0000CC" />
</asp:DetailsView>& ...
Go to the complete details ...