Do you have MaintainScrollPositionOnPostback set to true in your page?
Ex:
<%@. Page Language="C#" AutoEventWireup="true" CodeFile="Default8.aspx.cs" Inherits="Default8" MaintainScrollPositionOnPostback="true" %>
Yes I do. But it still looks confusing when it jumps to the top and then comes back down again. I think its because when you select a star it adds # to the URL acting as an anchor. is there any way around this?
Well, to change that, you'd have to modify the control itself. You could try putting it in an update panel or similar so it only refreshes the portion of the page.
Hi, I have the same problem. Have you found solution to resolve it?
No comments:
Post a Comment