R
Russ Green
I'm really struggling to find how to do this with easy to follow VB.NET
samples.
I have built a website with about 4 - 5 content pages using 1 master page.
http://www.openarch.co.uk/default.aspx
The master page contains a menu that loads each of the 4 main pages.
Each page has a variety of controls that are populated from a database.
The problem I am having is with the callbacks.
1 - I don't want the logo and menu (contained in the master) to disapear
each time the page loads
2 - I want to be able to switch images on page with refreshing the entire
page...eg. http://www.openarch.co.uk/ProjectDetails.aspx?ProjectID=1 this
page contains a menu control that is populated with links to images I want
to be able to load images without rereshing anything else on the page.
I have seen lots of references to AJAX but haven't been able to make it work
for me and I'm not sure my ISP has AJAX installed.
None of the starter packs of samples seem to show how to achieve this and
yet it is surely a basic wish of all web designers.
I know a bit of VB.NET and just getting my head around ASP.NET very slowly.
Any help will be appreciated.
Russ
samples.
I have built a website with about 4 - 5 content pages using 1 master page.
http://www.openarch.co.uk/default.aspx
The master page contains a menu that loads each of the 4 main pages.
Each page has a variety of controls that are populated from a database.
The problem I am having is with the callbacks.
1 - I don't want the logo and menu (contained in the master) to disapear
each time the page loads
2 - I want to be able to switch images on page with refreshing the entire
page...eg. http://www.openarch.co.uk/ProjectDetails.aspx?ProjectID=1 this
page contains a menu control that is populated with links to images I want
to be able to load images without rereshing anything else on the page.
I have seen lots of references to AJAX but haven't been able to make it work
for me and I'm not sure my ISP has AJAX installed.
None of the starter packs of samples seem to show how to achieve this and
yet it is surely a basic wish of all web designers.
I know a bit of VB.NET and just getting my head around ASP.NET very slowly.
Any help will be appreciated.
Russ