Results 1 to 2 of 2

Thread: [RESOLVED] "Import" aspx

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2011
    Posts
    6

    Resolved [RESOLVED] "Import" aspx

    Hi there,

    at first: I'm a newbie to ASP.net
    I'm using ASP.net and VB to build a website.

    Now my problem/question:

    I build the master page and default page. On the default page there is some text on the top and a dropdownlist. When you select another value in the dropdown there should apear another page in the middle of the default page.

    For example: When you select "Winter" out of the Dropdown, there should apear a new aspx page with winter stuff within the default.aspx.

    My first idea to fix this was to create a placeholder within the default.aspx. But I don't have a clue how to "import" a aspx into it.

    Hope you understand what I'm trying to say

    Thank's!!

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: "Import" aspx

    Hello,

    And welcome to the forums!!

    Personally, I would be inclined to move the DropDownList onto the Master Page, and then have the different content pages be loaded, based on the selection of the DropDownList.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width