It seems that it doesn't work. The page navigate to the position, but didn't
refresh (it did refresh in the first time).
Why can 'Default.aspx?Reload=100' refresh the page again and again, but
'Default.aspx?Reload=100#CDRW' refreshes the page only once?
I have a long list in the parent page, the user can edit the list using an
editing page, after closing the editing page, I want to bring the changes to
the user instead of letting them browse the long list to find the spot.
Thank you very much. At least I had something different to try.
> the 'Default.aspx?Reload=100#CDRW mean navigate to the #CDRW position of the
> page, and load it if not loaded. if the page is loaded, it just navigate to
[quoted text clipped - 25 lines]
> >
> > Please help. Thanks.
bruce barker - 07 Dec 2007 03:09 GMT
as i stated, a navigate to an anchor will not refresh the page if its
loaded. thats by design. if you append a guid to the url it will be a
new url and will cause a refresh.
-- bruce (sqlwork.com)
> It seems that it doesn't work. The page navigate to the position, but didn't
> refresh (it did refresh in the first time).
[quoted text clipped - 37 lines]
>>>
>>> Please help. Thanks.
John - 07 Dec 2007 23:55 GMT
It works. Thanks.
> as i stated, a navigate to an anchor will not refresh the page if its
> loaded. thats by design. if you append a guid to the url it will be a
[quoted text clipped - 43 lines]
> >>>
> >>> Please help. Thanks.