Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Controlling the srolling bar position in ASP & C#

Reply
Thread Tools

Controlling the srolling bar position in ASP & C#

 
 
=?Utf-8?B?UGhpbGlwcGUgVi4=?=
Guest
Posts: n/a
 
      05-17-2004
Hi

I need to be able to control the position of the scrolling bar when I move from one page to another page
For example, when I click on a button to process a special action done in a second page, when I come back, I want the original page to be at the same position than before
I also need to do this through the behind code in C

Thanks for your help
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      05-17-2004
Your only recourse is to use bookmarks (anchors) in the page. This is the
only way a browser can be directed to a portion of a page. The bookmarks are
appended to the Query String to indicate where to focus. Example:

<a name="SomeBookmark">

Here's a URL to the page using that bookmark:

http://somedomain.com/somepage.aspx#SomeBookmark

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Philippe V." <> wrote in message
news:92B357FA-87EB-44F1-92AA-...
> Hi,
>
> I need to be able to control the position of the scrolling bar when I move

from one page to another page.
> For example, when I click on a button to process a special action done in

a second page, when I come back, I want the original page to be at the same
position than before.
> I also need to do this through the behind code in C#
>
> Thanks for your help



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: problems with cctv , srolling bands through image XS11E Computer Support 9 09-03-2009 11:15 PM
Re: problems with cctv , srolling bands through image Pennywise@DerryMaine.Gov Computer Support 7 09-03-2009 02:00 PM
Re: problems with cctv , srolling bands through image rd Computer Support 0 09-03-2009 03:14 AM
Re: problems with cctv , srolling bands through image Beauregard T. Shagnasty Computer Support 0 09-02-2009 02:20 AM
Re: problems with cctv , srolling bands through image rd Computer Support 0 09-01-2009 02:31 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57