Hello, I have a site here which is a travel site where you can book your travels. www.lastminutejoy.de Now, you see the booking form there. What I want is that this booking appears on every subpage of the hotels you see in the footer (www.lastminutejoy.de/aspendosbeach.aspx etc.) but the search should only be done for that certain hotel name. The booking form should be adjusted to the pages, is this a difficult task? Regards
If the site is created with a masterpage(s) it is easy to add the booking form to each page by placing it on the masterpage. You also can create a usercontrol which you can place on the masterpage or on each page where you want the booking form. Regarding on each subpage of hotels, you can pick up the hotel name either from a query string, sesssion variable or url link. If the pages are created from database, it is easy to set the booking form for the hotel. Have a look at my one of my subdomains, where I set the city code already Paris Las Vegas. We are going to offer replicated sites for anyone who is interested to become active as a travel agent and sell hotel rooms. If you need specific help, just let me know.