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!!