Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: remember where you are on a page with many DataGrid
You might try enabling SmartNavigation in your Page. Of course, this only
works with IE 5.5 and up.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
[url]http://www.takempis.com[/url]
Big things are made up
of lots of little things
"Steven" <stevenzilberman@alum.rpi.edu> wrote in message
news:0b1a01c346e1$d0ff3d00$a501280a@phx.gbl...> I have many tables on a webpage. I have a small
> problem. For instance, if a person wants to edit a table
> which is all the way on the bottom of the page, when the
> user clicks on edit, the table/row goes into edit mode,
> but then the user has to scroll all of the way down
> because the page loaded to the top when the user pressed
> edit. Is there a way like anchors to maintain page
> position when user clicks edit or delete.... Thank you.
Kevin Spencer Guest
-
problema ultima pagina datagrid asp.net/problem last page datagrid
ciao, ho un problema. ho un datagrid in una pagina asp.net con le impostazioni di PAGING abilitate. Uso l'impostazione NUMERIC PAGE. Il problema è... -
remember this site?
I am trying to find a site that I had seen maybe over a year ago. The site featured a character that you could punch in the shoulder, leg, and even... -
SharedObject/Remember?
I am using the following code for a login and password with a checkbox for remembering the login and password is a customer wants it remembered. My... -
remember position
hello, i think anyone can help me. i think its not difficult How can i make that a sprite remember its position and in a determinate moment be... -
Will not remember Password
Some sites require passwords for connection. Most sites give users the option of remembering user names and passwords. On SOME sites this works... -
David Waz... #2
Re: remember where you are on a page with many DataGrid
except that smart nav SUCKS :-)
it's loaded with it's own problems...
try it, but you could register some javascript that redirects the page on
load to the correct location.
"Kevin Spencer" <kevinDIESPAMMERSDIE@takempis.com> wrote in message
news:eVx7AavRDHA.212@TK2MSFTNGP10.phx.gbl...> You might try enabling SmartNavigation in your Page. Of course, this only
> works with IE 5.5 and up.
>
> --
> HTH,
>
> Kevin Spencer
> .Net Developer
> Microsoft MVP
> [url]http://www.takempis.com[/url]
> Big things are made up
> of lots of little things
>
> "Steven" <stevenzilberman@alum.rpi.edu> wrote in message
> news:0b1a01c346e1$d0ff3d00$a501280a@phx.gbl...>> > I have many tables on a webpage. I have a small
> > problem. For instance, if a person wants to edit a table
> > which is all the way on the bottom of the page, when the
> > user clicks on edit, the table/row goes into edit mode,
> > but then the user has to scroll all of the way down
> > because the page loaded to the top when the user pressed
> > edit. Is there a way like anchors to maintain page
> > position when user clicks edit or delete.... Thank you.
>
David Waz... Guest



Reply With Quote

