Ask a Question related to ASP.NET General, Design and Development.
-
David #1
Loading to specific point on page
Hello
I have a datalist on a webpage which initially displays
all the entries in the item view mode. When I select an
item to edit it reloads the page and displays the selected
item in the edit view. The problem I have with this is
that it reloads the browser window displaying the top of
the form. This is fine for an entry at the top of the
grid but if it is towards the bottom the user has to
scroll down the list to the appropiate item. Is their way
to reload the page without it going back to the top of the
page. Or is it best to reorder my grid displaying the
selected item as the first in the list. If so how do I do
this?
Thanks
David
David Guest
-
Hyperlink to a specific point on another page - publisher 2003
I am writing a page with a callendar on and want to link ( using a hotspot ) to an article on another one o my pages. There are several articles on... -
which sprite is under a specific point
i've a point, and a lot of sprite. how can i obtain which sprite is under it? thank you -
main point of loading speed
if a page always have some picture that totally have near 250k does this a main point of affect the loading speed? -
Can any one point me to how CLR, specific to JIT manages security?
Hi, Are there any documented articles on how .net applies security specifically keeping JIT in view. What i assume is there will be different JIS... -
n00b question: Point flashMX button to specific URL
Select(click) the button. Open the action panel. choose the getUrl action. "giganews" <comcastsucks@comcast.net> schreef in bericht... -
James J. Foster #2
Re: Loading to specific point on page
Two techniques I have seen, although I don't know the full extent on browser
compatibility. One is to turn Smart Navigation on, and let IE take care of
keeping the page location. The other is to use the
Page.RegisterStartupScript to send a snippt of javascript that sets the
focus on a particular control.
--
James J. Foster, DotNetCoders
[url]http://www.dotnetcoders.com[/url]
"David" <centraldevelopment@nospam.com> wrote in message
news:01fc01c36023$4bbbda30$a101280a@phx.gbl...> Hello
>
> I have a datalist on a webpage which initially displays
> all the entries in the item view mode. When I select an
> item to edit it reloads the page and displays the selected
> item in the edit view. The problem I have with this is
> that it reloads the browser window displaying the top of
> the form. This is fine for an entry at the top of the
> grid but if it is towards the bottom the user has to
> scroll down the list to the appropiate item. Is their way
> to reload the page without it going back to the top of the
> page. Or is it best to reorder my grid displaying the
> selected item as the first in the list. If so how do I do
> this?
>
> Thanks
>
> David
James J. Foster Guest
-
Jos #3
Re: Loading to specific point on page
James J. Foster wrote:
Please note that Smart Navigation will only work in Internet Explorer.> Two techniques I have seen, although I don't know the full extent on
> browser compatibility. One is to turn Smart Navigation on, and let IE
> take care of keeping the page location. The other is to use the
> Page.RegisterStartupScript to send a snippt of javascript that sets
> the focus on a particular control.
--
Jos Branders
Jos Guest



Reply With Quote

