I have a page with a grid on it the grid is very tall the grid could extend 2000px or more, it has one column and 10 rows each row is about 300px . When you clik on a button for each row there is a window that pops up. The window pops up fine but the grid jumps back to the top of the page. So i have to scroll back down to the clicked position to view the contenets of the window. Is this the normal is there anyway to change that so when i click the button the window just appears and the grid itself does nothing below is the code uses to call the window
any help is appreciated thanks.....
<a href="#" onclick="getAddWindow(<%# eval("p_id") %>)" class="CheckUsername" title='<%# eval("p_title") %>'> <%#IIf(Not IsDBNull(Eval("p_video")) And Not Eval("p_video") Is Nothing, "<img src='http://img.youtube.com/vi/" & Eval("p_video") & "/0.jpg' width='150' border='0' />", "")%> <asp:Panel ID="Panel1" runat="server" Visible='<%# showvisible(eval("p_image")) %>'> <telerik:RadBinaryImage runat="server" ID="RadBinaryImage1" DataValue='<%# convertvarbinary(eval("p_image")) %>' AutoAdjustImageControlSize="false" Height='150px' Width="150px" BorderWidth="0" BorderStyle="none" /> </asp:Panel> </a>any help is appreciated thanks.....
