|
Home > Archive > Microsoft Content Management Server > November 2006 > Ajax in MCMS 2002 with ASP.NET 1.1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Ajax in MCMS 2002 with ASP.NET 1.1
|
|
| Deepak_DOTNET 2006-11-15, 7:20 am |
| Hi,
Is it possbile to use Ajax in MCMS 2002 ?
If yes ,can any body give some useful links regarding that
Thank u
| |
| Stefan Goßner [MSFT] 2006-11-15, 1:17 pm |
| Hi Deepak,
AJAX is included in ASP.NET 2.0 - not in 1.1
In 1.1 you would need to either develop it on your own or integrate a 3rd
party solution.
Then the question whether it works with MCMS depends on how this 3rd party
solution works.
In general you can do it.
But why don't you use ASP.NET 2.0?
Cheers,
Stefan
"Deepak_DOTNET" <DeepakDOTNET@discussions.microsoft.com> wrote in message
news:FEE9F4CC-35AD-419E-AB63-354D2FB73DCB@microsoft.com...
> Hi,
> Is it possbile to use Ajax in MCMS 2002 ?
> If yes ,can any body give some useful links regarding that
>
> Thank u
| |
| Deepak_DOTNET 2006-11-15, 1:17 pm |
| Hi,
Reason why i am using ASP.NET 1.1 is because i have already developed
website using MCMS2002 and ASP.NET 1.1.
As u suggested that in 1.1 u need to develop it ..? So what is that meaning
of that.?Sorry i didn;t get what to develop..?
I have implemented AJAX in normal ASP.NET application.Is that same apply to
MCMS Application..?
Thank u
Deepak
"Stefan Goßner [MSFT]" wrote:
> Hi Deepak,
>
> AJAX is included in ASP.NET 2.0 - not in 1.1
> In 1.1 you would need to either develop it on your own or integrate a 3rd
> party solution.
> Then the question whether it works with MCMS depends on how this 3rd party
> solution works.
> In general you can do it.
>
> But why don't you use ASP.NET 2.0?
>
> Cheers,
> Stefan
>
>
> "Deepak_DOTNET" <DeepakDOTNET@discussions.microsoft.com> wrote in message
> news:FEE9F4CC-35AD-419E-AB63-354D2FB73DCB@microsoft.com...
>
>
>
| |
| Stefan Goßner [MSFT] 2006-11-15, 7:23 pm |
| Hi Deepak,
yes it should be the same.
But you need to ensure that the postback is going to the correct place by
using absolute URLs starting in the root of the website.
Relative URLs will hit the wrong URL.
Cheers,
Stefan
"Deepak_DOTNET" <DeepakDOTNET@discussions.microsoft.com> wrote in message
news:BC4DDE06-DC78-48B3-8EC9-06CF169C9737@microsoft.com...[vbcol=seagreen]
> Hi,
> Reason why i am using ASP.NET 1.1 is because i have already developed
> website using MCMS2002 and ASP.NET 1.1.
> As u suggested that in 1.1 u need to develop it ..? So what is that
> meaning
> of that.?Sorry i didn;t get what to develop..?
> I have implemented AJAX in normal ASP.NET application.Is that same apply
> to
> MCMS Application..?
>
> Thank u
> Deepak
>
>
> "Stefan Goßner [MSFT]" wrote:
>
|
|
|
|
|