Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 74083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:18:09+00:00 2026-05-10T20:18:09+00:00

Guys, I’ve been writing code for 15+ years, but managed to avoid Web Development

  • 0

Guys, I’ve been writing code for 15+ years, but managed to avoid “Web Development” until 3 months ago.

I have inherited a legacy Asp.net application (started in .net 1.1, we’re now on .Net 2.0), it’s the administration tool for our product.

In several places the admin tool simply maintains long lists of values.

The list (could be 200+ items) appear in a GridView (Page A), user clicks an edit button for an item, this brings them to an edit page for the item (Page B) where they can change the value (or values, an item in the list may be associated with several values e.g. name and address and preferred colour, breed of cat . . .)

Currently when the user presses “Save” on Page B, we redirect back to Page A. The page opens at the top of the list, this annoys the user as often several items in sequence will need to be configured together, and the user needs to 1. Remember which item they just edited, 2. scroll down to that item

What I want to do is have the list bring the user back to the item they just edited, as often several items in sequence will need to be configured together.

Fastest Gun Stop . . . and keep reading

  1. Suggestions on the lines of “regroup the items so there are fewer in the list” will be considered unhelpful
  2. Valid points that .Net 3.5 does this automatically, will be considered unhelpful by me (but post them anyway, it may help some other poor fool)
  3. I think I could do this by posting the Id of the edited item when re-loading Page A, and scrolling the grid to this point, however My Question is . . .

Is there a feature to do this that I don’t know about (and what is it) and/or
What is the accepted way of doing this?

Thanks in advance B. Worrier

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T20:18:10+00:00Added an answer on May 10, 2026 at 8:18 pm

    This could be achieved using Anchor Tags. When you output your elements on Page A, set an anchor tag next to each element like follows:

    <a name='#175'></a> 

    Where this item would be item id 175. Then when you redirect back to PageA, add a ‘#175’ onto the end of the url

    Response.Redirect('PageA.aspx#175'); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 115k
  • Answers 115k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Don't forget that the View should know about the ViewModel,… May 11, 2026 at 10:26 pm
  • Editorial Team
    Editorial Team added an answer This should work: $(document).ready(function() { var loc = window.location.href; //… May 11, 2026 at 10:26 pm
  • Editorial Team
    Editorial Team added an answer MySQl and ASP.NET tutorial maybe this will help? May 11, 2026 at 10:26 pm

Related Questions

For my apps, I store some configuration file in xml along with the assembly(exe),
I've been using Eclipse with RDT (not RadRails) a lot lately, and I'm quite
I've been asked to screen some candidates for a MySQL DBA / Developer position
I've been looking for a good PHP ORM tool to use, and I recently

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.