Google Groups Home
Help | Sign in
Ajax enabled website
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Blessy  
View profile
 More options Nov 5 2008, 8:24 am
From: Blessy <blessy....@gmail.com>
Date: Tue, 4 Nov 2008 23:24:44 -0800 (PST)
Local: Wed, Nov 5 2008 8:24 am
Subject: Ajax enabled website
Hi all,

       My Ajax enabled website is working fine in my local system. But
when i upload it in the server the Ajax.Ajaxmethod() is returning null
value. Whether we have to enable anything on server. We installed
ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions,
System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin.
Anything else needs to be done?

Thanks in Advance


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Naif AlHarbi  
View profile
 More options Nov 5 2008, 9:35 am
From: "Naif AlHarbi" <naif.alha...@gmail.com>
Date: Wed, 5 Nov 2008 11:35:38 +0300
Local: Wed, Nov 5 2008 9:35 am
Subject: Re: [ajaxpro] Ajax enabled website

upgrade your vertion to ajaxpro.dll ver 7.*

download it from www.ajaxpro.info

On Wed, Nov 5, 2008 at 10:24 AM, Blessy <blessy....@gmail.com> wrote:

> Hi all,

>       My Ajax enabled website is working fine in my local system. But
> when i upload it in the server the Ajax.Ajaxmethod() is returning null
> value. Whether we have to enable anything on server. We installed
> ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions,
> System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin.
> Anything else needs to be done?

> Thanks in Advance

--
please visit This site :
http://www.islamway.com/mohammad/
http://english.islamway.com/

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gaurav tyagi  
View profile
 More options Nov 5 2008, 9:25 am
From: "gaurav tyagi" <gaurav22ty...@gmail.com>
Date: Wed, 5 Nov 2008 13:55:27 +0530
Local: Wed, Nov 5 2008 9:25 am
Subject: Re: [ajaxpro] Ajax enabled website

have you register the page on page load event where you use ajax and i think
there is some changes have to done in web.config file...................

On Wed, Nov 5, 2008 at 12:54 PM, Blessy <blessy....@gmail.com> wrote:

> Hi all,

>       My Ajax enabled website is working fine in my local system. But
> when i upload it in the server the Ajax.Ajaxmethod() is returning null
> value. Whether we have to enable anything on server. We installed
> ASPNetAjax. Also copied the Ajax.dll, System.Web.Extensions,
> System.Web.Extensions.Design, AjaxToolkit all these dlls in the bin.
> Anything else needs to be done?

> Thanks in Advance

--
Regards,

Gaurav Tyagi
Ph:- +91 9903980277


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Venkat Chandu  
View profile
 More options Nov 5 2008, 12:36 pm
From: "Venkat Chandu" <venkatdotne...@gmail.com>
Date: Wed, 5 Nov 2008 17:06:25 +0530
Local: Wed, Nov 5 2008 12:36 pm
Subject: Re: [ajaxpro] Ajax enabled website

HI,

can you please check once the Web.Config file and all entries(relating to
ajax), and any static URLs used for calling the webservices,
etc.,  otherwise try one page without ajax on the remote server.

Regards
Murty


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Blessy  
View profile
 More options Nov 6 2008, 6:00 am
From: Blessy <blessy....@gmail.com>
Date: Wed, 5 Nov 2008 21:00:10 -0800 (PST)
Local: Thurs, Nov 6 2008 6:00 am
Subject: Re: Ajax enabled website
I tried one page without Ajax on server and its not showing any error.

On Nov 5, 4:36 pm, "Venkat Chandu" <venkatdotne...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Blessy  
View profile
 More options Nov 6 2008, 5:39 am
From: Blessy <blessy....@gmail.com>
Date: Wed, 5 Nov 2008 20:39:35 -0800 (PST)
Local: Thurs, Nov 6 2008 5:39 am
Subject: Re: Ajax enabled website
Thanks all for ur response. I have registered Ajax in Page load. Also
have done the changes related to Ajax on web.config also. I'm getting
the error 500 when callback happens.

On Nov 5, 4:36 pm, "Venkat Chandu" <venkatdotne...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Venkat Chandu  
View profile
 More options Nov 6 2008, 11:26 am
From: "Venkat Chandu" <venkatdotne...@gmail.com>
Date: Thu, 6 Nov 2008 15:56:24 +0530
Local: Thurs, Nov 6 2008 11:26 am
Subject: Re: [ajaxpro] Re: Ajax enabled website

Hi,

Now check the following steps

if, you are using AJAX.dll

Step 1. you have to register the class in the Page Load
Step 2. <httpHandler> entry in the Web.Config
Step 3. Ajax.dll in the Bin folder
Step 4. before class method should have [Ajax.AjaxMethod]

if you are using AJAX enabled website or [tool kit], check the Web.config.

Otherwise please let me know the code, i will let you know.

Thanks
Murthy


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Blessy  
View profile
 More options Nov 6 2008, 3:36 pm
From: Blessy <blessy....@gmail.com>
Date: Thu, 6 Nov 2008 06:36:30 -0800 (PST)
Local: Thurs, Nov 6 2008 3:36 pm
Subject: Re: Ajax enabled website
Please help me...

On Nov 6, 9:39 am, Blessy <blessy....@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Venkat Chandu  
View profile
 More options Nov 7 2008, 5:29 am
From: "Venkat Chandu" <venkatdotne...@gmail.com>
Date: Fri, 7 Nov 2008 09:59:06 +0530
Local: Fri, Nov 7 2008 5:29 am
Subject: Re: [ajaxpro] Re: Ajax enabled website

hi,

can you paste your code here please?

Regards
Murthy


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google