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

  • Home
  • SEARCH
  • 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 4022168
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:26:31+00:00 2026-05-20T10:26:31+00:00

I have several pages of my web application done. They all use the same

  • 0

I have several pages of my web application done. They all use the same master page so they all all look very similar, except of course for the content. It’s technically possible to put a larger update panel and have all the pages in one big update panel so that instead of jumping from page to page, the user always stays on the same page and the links trigger __doPostback call-backs to update with the appropriate panel.

What could be the problem(s) with building my site like this?

  • 1 1 Answer
  • 2 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-20T10:26:32+00:00Added an answer on May 20, 2026 at 10:26 am

    Well, “pages” provide what is known as the “Service Interface layer” between your business layer and the http aspect of the web application. That is all of the http, session and related aspects are “converted” into regular C# types (string, int, custom types etc.) and the page then calls methods in the business layer using regular C# calling conventions.

    So if you have only one update panel in your whole application, what you’re effectively saying is that one page (the code behind portion) will have to handle all of the translations between the http “ness” and the business layer. That’ll just be a mess from a maintainable perspective and a debugging perspective.

    If you’re in a team that each of you will be potentially modifying the same code behind. This could be a problem for some source control systems but one or more of you could define the same method name with the same signature and different implementations. That’s won’t be easy to merge.

    From a design perspective, there is no separation of concerns. If you have a menu or hyper link on a business application, it most likely means a difference concern. Not a good design at all.

    From a performance perspective you’ll be loading all of your systems functionality no matter what function your user is actually doing.

    You could still have the user experience such that they have the one page experience and redirect the callback to handlers for the specific areas on concern. But I’d think real hard about the UI and the actual user experience you’ll be providing. It’s possible that you’ll have a clutter of menus and other functionality when you combine everything into one page.

    Unless the system you are building a really simple and has no potential to grow beyond what it currently is and provide your users with a one page experience is truly provide value and an improved user experience and wouldn’t go down this route.

    When you have a hammer, everything looks like a nail.

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

Sidebar

Related Questions

My wordpress is not setting the front page correctly, I have several pages, all
I'm building a single-page application. At the moment, I also have several independent pages
I have an an MVC 2 web application that uses Master pages. In the
On my web page, I'd like to have a group of several concentric circles
I have several pages to do with several table on each page. I've got
Lest say that we have several pages that retrieve items from the same EntitySet.
We have a Flex application which has several 'pages' worth of content. Each time
I have created login page forced login in several pages. Now i need to
I have noticed from several web pages that apparently Spring 3.0 supports @Inject from
There is a problem with session variables in my web-application. I have several types

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.