|
|
|
start date: Fri, 03 Aug 2007 09:38:05 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Ganesh
|
|
2
Lit
|
|
3
Fred Chateau
|
|
4
Ganesh
|
|
5
Jay
|
asp.net 2.0 to AJAX
Hi There
I've already web pages written in asp.net 2.0, the features of ajax is
really impressive. I would like to use some on my asp.net 2.0 web
pages.
How much work I've to do for the conversion
Thanks
Ganesh
Date:Fri, 03 Aug 2007 09:38:05 -0700
Author:
|
Re: asp.net 2.0 to AJAX
It depends on how big your website is?
It depends on what parts to AJAXify
Certain things are as easy as adding an update Panel and scriptmanager etc..
DO NOT AJAXify everything, just what is necessary.
It is can be easy (not).
Lit
"Ganesh" wrote in message
news:1186159085.171058.36220@l70g2000hse.googlegroups.com...
> Hi There
>
> I've already web pages written in asp.net 2.0, the features of ajax is
> really impressive. I would like to use some on my asp.net 2.0 web
> pages.
>
> How much work I've to do for the conversion
>
> Thanks
> Ganesh
>
Date:Fri, 3 Aug 2007 09:59:03 -0700
Author:
|
Re: asp.net 2.0 to AJAX
Depends on what you're trying to do. If you just want partial page rendering
(asynchronous updates to existing controls on the page), that is relatively
easy to accomplish. If you intend to use the AJAX Control Toolkit, then
we're talking about having to change out the controls on the Web page.
--
Regards,
Fred Chateau
fchateauAtComcastDotNet
"Ganesh" wrote in message
news:1186159085.171058.36220@l70g2000hse.googlegroups.com...
> Hi There
>
> I've already web pages written in asp.net 2.0, the features of ajax is
> really impressive. I would like to use some on my asp.net 2.0 web
> pages.
>
> How much work I've to do for the conversion
>
> Thanks
> Ganesh
>
Date:Fri, 3 Aug 2007 12:04:42 -0500
Author:
|
Re: asp.net 2.0 to AJAX
Yes i would like to use auto complete text box. Is there anyway can i do it.
"Fred Chateau" wrote in message
news:eRl6jBf1HHA.1344@TK2MSFTNGP04.phx.gbl...
> Depends on what you're trying to do. If you just want partial page
> rendering (asynchronous updates to existing controls on the page), that is
> relatively easy to accomplish. If you intend to use the AJAX Control
> Toolkit, then we're talking about having to change out the controls on the
> Web page.
>
> --
> Regards,
>
> Fred Chateau
> fchateauAtComcastDotNet
>
> "Ganesh" wrote in message
> news:1186159085.171058.36220@l70g2000hse.googlegroups.com...
>> Hi There
>>
>> I've already web pages written in asp.net 2.0, the features of ajax is
>> really impressive. I would like to use some on my asp.net 2.0 web
>> pages.
>>
>> How much work I've to do for the conversion
>>
>> Thanks
>> Ganesh
>>
>
>
Date:Fri, 3 Aug 2007 19:34:37 +0100
Author:
|
Re: asp.net 2.0 to AJAX
On Aug 3, 2:34 pm, "Ganesh" wrote:
> Yes i would like to use auto complete text box. Is there anyway can i do it.
>
> "Fred Chateau" wrote in message
>
> news:eRl6jBf1HHA.1344@TK2MSFTNGP04.phx.gbl...
>
>
>
> > Depends on what you're trying to do. If you just want partial page
> > rendering (asynchronous updates to existing controls on the page), that is
> > relatively easy to accomplish. If you intend to use the AJAX Control
> > Toolkit, then we're talking about having to change out the controls on the
> > Web page.
>
> > --
> > Regards,
>
> > Fred Chateau
> > fchateauAtComcastDotNet
>
> > "Ganesh" wrote in message
> >news:1186159085.171058.36220@l70g2000hse.googlegroups.com...
> >> Hi There
>
> >> I've already web pages written in asp.net 2.0, the features of ajax is
> >> really impressive. I would like to use some on my asp.net 2.0 web
> >> pages.
>
> >> How much work I've to do for the conversion
>
> >> Thanks
> >> Ganesh- Hide quoted text -
>
> - Show quoted text -
http://www.asp.net/ajax/downloads/
Date:Fri, 03 Aug 2007 20:16:19 -0000
Author:
|
|
|