AJAX control in Master pages

  • Thread starter Thread starter Shailesh Patel
  • Start date Start date
S

Shailesh Patel

Hi,
Where can I find good tutorial for AJAX with Masterpages.

Thank you in advance.

Shailesh
 
HI,
I am using Microsoft ASP.Net Ajax.
I wamt to know how it works with master pages.
I have master page and content page. I want to use it so e.g. when a link is
clicked on displayed page it displays content in contentplaceholder. And I
think one can do with AJAX and Master pages, I want to know how?

Thank you.
 
ajax.net only allows updating a ajax panel. it works by posting the page
values, rendering the page on the server, passing the panel html back,
having client script load the returned html into the panel n the browser.
this seems like over kill in your case. its meant for a smaller area to
update. in you case you might as make the content area a frame, which would
be more efficient.

-- bruce (sqlwork.com)
 
Back
Top