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 603059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:53:24+00:00 2026-05-13T16:53:24+00:00

I am having a little difficulty trying to wrap my head around site structures.

  • 0

I am having a little difficulty trying to wrap my head around site structures.
I have quite a large asp.net site, for which:

Admins can see a user list, Each user can have many accounts, and for each account can have many items.

I can picture this as a breadcrumb trail of editing a particular item.

User List > Mr Bob > Accounts > BOB77 > Items > Item32 > Edit
  • User List = All the users
  • Mr Bob = A user the administrator has selected from the User List
  • Accounts = A list of the user’s accounts
  • 12BOB = The administrator has selected the account named 12BOB
  • Items = A list of the items an account contains
  • Item32 = The item that the administrator selected
  • Edit = The action that the administrator wants to do

I can picture how this would look like if it was using ASP.NET MVC with the URL, but I am unsure how to map this out using Webforms, and in the physical filesystem.

This is what I have thought up about how I am guessing the physical structure would look like. Will this have to use session variables to achieve what I am trying to do?

  • /Users/User/Edit.aspx <- for editing a user
  • /Users/User/View.aspx <- for viewing a user
  • /Users/User/Accounts/Default.aspx <- for viewing all accounts
  • /Users/User/Accounts/Account/View.aspx <- for viewing an account
  • /Users/User/Accounts/Account/Edit.aspx <- for editing an account
  • /Users/User/Accounts/Account/Items/Default.aspx <- for viewing all items in an account
  • /Users/User/Accounts/Account/Items/Item/Edit.aspx <- for editing an item

Where can I read more about this kind of setup in a web application? Or, can someone point me in the direction of an available project that has this kind of layout?

Thanks

  • 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. Editorial Team
    Editorial Team
    2026-05-13T16:53:24+00:00Added an answer on May 13, 2026 at 4:53 pm

    This seems simple, but when you want to lay out the logical structure and you’re considering every element to the structure, it becomes very unclear.

    This is the url format I came up with. This uses query strings instead of Session variables.
    Query strings are used as parameters.

    Using this format I was able to make a sitemap provider which interpreted the values of the querystring and replaced the names of nodes for that page.

    • User/Edit.aspx?UserID=11111
    • User/Account/Default.aspx?UserID=11111
    • User/Account/Edit.aspx?UserID=111&AccountID=54353
    • User/Account/Item/Edit.aspx?UserID=3333&AccountID=43243&ItemID=432432

    I hope this helps you, if you are in a similar situation to what I was.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After having read Ian Boyd 's constructor series questions ( 1 , 2 ,

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.