-
[RESOLVED] "Import" aspx
Hi there,
at first: I'm a newbie to ASP.net :wave:
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 :confused:
Thank's!!
-
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