Connecting Tech Pros Worldwide Help | Site Map

AJAX control in Master pages

Shailesh Patel
Guest
 
Posts: n/a
#1: Nov 13 '06
Hi,
Where can I find good tutorial for AJAX with Masterpages.

Thank you in advance.

Shailesh


Michael Schwarz [MVP]
Guest
 
Posts: n/a
#2: Nov 13 '06

re: AJAX control in Master pages


Hi,

what do you want to do, where is you problem? Are you using Microsoft
ASP.NET Ajax (Atlas)?


--
Best regards | Schöne Grüße
Michael

Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer

http://weblogs.asp.net/mschwarz/
http://www.ajaxpro.info/

"Shailesh Patel" <shailesh@urnerbarry.comschrieb im Newsbeitrag
news:OgqZc70BHHA.4908@TK2MSFTNGP03.phx.gbl...
Quote:
Hi,
Where can I find good tutorial for AJAX with Masterpages.
>
Thank you in advance.
>
Shailesh
>

Shailesh Patel
Guest
 
Posts: n/a
#3: Nov 13 '06

re: AJAX control in Master pages


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.


"Michael Schwarz [MVP]" <nospam@schwarz-interactive.dewrote in message
news:eoH7vN1BHHA.1224@TK2MSFTNGP04.phx.gbl...
Quote:
Hi,
>
what do you want to do, where is you problem? Are you using Microsoft
ASP.NET Ajax (Atlas)?
>
>
--
Best regards | Schöne Grüße
Michael
>
Microsoft MVP - Most Valuable Professional
Microsoft MCAD - Certified Application Developer
>
http://weblogs.asp.net/mschwarz/
http://www.ajaxpro.info/
>
"Shailesh Patel" <shailesh@urnerbarry.comschrieb im Newsbeitrag
news:OgqZc70BHHA.4908@TK2MSFTNGP03.phx.gbl...
Quote:
>Hi,
>Where can I find good tutorial for AJAX with Masterpages.
>>
>Thank you in advance.
>>
>Shailesh
>>
>
>

bruce barker \(sqlwork.com\)
Guest
 
Posts: n/a
#4: Nov 13 '06

re: AJAX control in Master pages


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)


"Shailesh Patel" <shailesh@urnerbarry.comwrote in message
news:uWAXY11BHHA.1196@TK2MSFTNGP02.phx.gbl...
Quote:
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.
>
>
"Michael Schwarz [MVP]" <nospam@schwarz-interactive.dewrote in message
news:eoH7vN1BHHA.1224@TK2MSFTNGP04.phx.gbl...
Quote:
>Hi,
>>
>what do you want to do, where is you problem? Are you using Microsoft
>ASP.NET Ajax (Atlas)?
>>
>>
>--
>Best regards | Schöne Grüße
>Michael
>>
>Microsoft MVP - Most Valuable Professional
>Microsoft MCAD - Certified Application Developer
>>
>http://weblogs.asp.net/mschwarz/
>http://www.ajaxpro.info/
>>
>"Shailesh Patel" <shailesh@urnerbarry.comschrieb im Newsbeitrag
>news:OgqZc70BHHA.4908@TK2MSFTNGP03.phx.gbl...
Quote:
>>Hi,
>>Where can I find good tutorial for AJAX with Masterpages.
>>>
>>Thank you in advance.
>>>
>>Shailesh
>>>
>>
>>
>
>

Closed Thread