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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:32:21+00:00 2026-05-15T10:32:21+00:00

I have to make a web application that produces pages that contain panels with

  • 0

I have to make a web application that produces pages that contain panels with different setting configurations for different sites the page is hosted under.

For example, SiteA.com has a search panel with 3 select dropdowns and SiteB.com can have a search panel with 4 select dropdowns.

Can anyone offer any advice on how I could proceed? Or recommend any patterns that might conform to what I’m trying to achieve?

  • 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-15T10:32:21+00:00Added an answer on May 15, 2026 at 10:32 am

    The concept of a panel is more ASP.NET and really shouldn’t be used with ASP.NET MVC. You should use partial views to represent each search section that you need to display. So put all you custom code for each search section in a partial view then on your site you just call the partial to include that code:

    <%Html.RenderPartial("SearchOne");%>
    

    Code for SearchOne partial view, which looks like this:

        <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
    
    <%Html.DropDownList("DropDownOne");%>
    <%Html.DropDownList("DropDownTwo");%>
    <%Html.DropDownList("DropDownThree");%>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a C# web application that (in some configurations) allows the user to
I have several web applications that make use of packages using WebActivator. On my
I have to make a connection to an XMLRPC site from a web application,
In general, is it better to have a web application make lots of calls
I have a Requirement to make an IMAP client as a Web application I
I'm trying to make an adaptable Web page where I have some circles on
I have an ASP .NET Web Application that queries and shows data from a
I want to make an web application (platform) that does pretty straightforward stuff: Users
We have a web application that has been built using MySQL / PHP /
I am making an web application that have to be integrated with other system

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.