473,503 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Ajax not working on IE6

Hi,

I'm building a site with Visual Studio 2008 utilizing ajax extension. The
page works fine on IE7/FireFox, but on IE6, each action on the page will
cause an entire page refresh. Basically the ajax isn't working at all. Some
controls from the ajax control toolkit are also used. Does anyone know what's
the trick in this issue?

Thanks.

Daniel
Sep 30 '08 #1
6 1404
Hi Daniel,

Thanks for your post. My name is Hongye Sun. It's my pleasure to work with
you on this issue.

I am writing to let you know that we are performing research on this issue
right now. However, it is hard for us to do troubleshoot without
reproducing code. Could you please send us the project in zip file to us?
My email address is ho*****@online.microsoft.com, remove 'online.'.

Have a nice day!

Regards,
Hongye Sun (ho*****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/...tance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 1 '08 #2
Hi Daniel,

I have tried ajax extensions and ajax control toolkit on a same web page
and tested it in IE7 and IE6 but both of them are working. After searching
on the web, it looks like a rare issue. Since it is hard for us the
reproduce this issue, I strongly recommend you to send us the source code
or you can put the source code here (aspx makeup, code behind and
web.config files).

Please let me know if you have any question about this. I am looking
forward to your reply.

Regards,
Hongye Sun (ho*****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 1 '08 #3
Hi Daniel,

I haven't heard from you after my last reply in this thread. I am not sure
if your problem has been well resolved or still need our assistance. Would
you mind letting us know your progress? I will be more than happy to be
assistance.

Regards,
Hongye Sun (ho*****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
*
This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 7 '08 #4
Thanks Hongye, I haven't found a solution to this issue yet. Will send you
the source.

Thanks.

Daniel
""Hongye Sun [MSFT]"" wrote:
Hi Daniel,

I haven't heard from you after my last reply in this thread. I am not sure
if your problem has been well resolved or still need our assistance. Would
you mind letting us know your progress? I will be more than happy to be
assistance.

Regards,
Hongye Sun (ho*****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.

Oct 8 '08 #5
Hi Daniel,

Since Honye has been absent this week, I'll help him work with you on this
issue. I've received the package you sent, currently I'll build a IE6
system to perform some test on this. I'll let you know the test result soon.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

--------------------
>References: <3B**********************************@microsoft.co m>
<Xv**************@TK2MSFTNGHUB02.phx.gbl>
<ST**************@TK2MSFTNGHUB02.phx.gbl>
>Subject: RE: Ajax not working on IE6
Date: Tue, 7 Oct 2008 20:21:00 -0700
>
Thanks Hongye, I haven't found a solution to this issue yet. Will send you
the source.

Thanks.

Daniel
""Hongye Sun [MSFT]"" wrote:
>Hi Daniel,

I haven't heard from you after my last reply in this thread. I am not
sure
>if your problem has been well resolved or still need our assistance.
Would
>you mind letting us know your progress? I will be more than happy to be
assistance.

Regards,
Hongye Sun (ho*****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments
and
>suggestions about how we can improve the support we provide to you.
Please
>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
Oct 9 '08 #6
Hi Daniel,

I have just take a look at the example page you provided. It seems the page
includes many other ascx user controls also referenced types, therefore, I
cannot quite run it on my side.

=================================

<%@ Register TagPrefix="azpn" Namespace="Aspentech.CUI.Controls"
Assembly="Aspentech.CUI.Controls, Version=6.5.0.0, Culture=neutral,
PublicKeyToken=9c3ccfb9174332f6" %>
<%@ Register TagPrefix="uc1" TagName="OrderParameters"
Src="../UserControls/OrderParameters.ascx" %>
<%@ Register TagPrefix="uc1" TagName="OrderDetail"
Src="../UserControls/OrderDetail.ascx" %>
<%@ Register TagPrefix="uc1" TagName="OrderBasicPhases"
Src="../UserControls/OrderBasicPhases.ascx" %>
<%@ Register TagPrefix="uc1" TagName="OrderResources"
Src="../UserControls/OrderResources.ascx" %>
<%@ Register TagPrefix="uc1" TagName="OrderResourceDetail"
Src="../UserControls/OrderResourceDetail.ascx" %>
<%@ Register TagPrefix="uc1" TagName="DisplayColumns"
Src="../UserControls/DisplayColumns.ascx" %>
<%@ Register TagPrefix="uc1" TagName="MainMenu"
Src="../UserControls/MainMenu.ascx" %>
<%@ Register TagPrefix="uc1" TagName="AuditReason"
Src="../UserControls/AuditReason.ascx" %>
<%@ Register TagPrefix="cc1" Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit" %>
<%@ Register Assembly="System.Web.Entity, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089"
Namespace="System.Web.UI.WebControls" TagPrefix="asp" %>
===================================

Is it possible that we generate a simplified page(or a project which
contains only the the necessary stuffs) so that I can run it completely on
my side?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Subject: RE: Ajax not working on IE6
Date: Tue, 7 Oct 2008 20:21:00 -0700
>
Thanks Hongye, I haven't found a solution to this issue yet. Will send you
the source.

Thanks.

Daniel
""Hongye Sun [MSFT]"" wrote:
>Hi Daniel,

I haven't heard from you after my last reply in this thread. I am not
sure
>if your problem has been well resolved or still need our assistance.
Would
>you mind letting us know your progress? I will be more than happy to be
assistance.

Regards,
Hongye Sun (ho*****@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments
and
>suggestions about how we can improve the support we provide to you.
Please
>feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
Oct 9 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
4290
by: bobzimuta | last post by:
I'm creating a simple AJAX library. It's an object that will return an array containing the response text or xml. I'm trying to find a way to assign the response as a property of the object, but...
25
2750
by: meltedown | last post by:
This is supposed ot be an example: http://www.ajaxtutorial.net/index.php/2006/11/30/simple-ajax-using-prototype-part-2/ It says : This example is probably the simplest example you will ever...
13
2015
by: Karl | last post by:
Hi all. I've recently rebuilt my Vista Ultimate workstation with Visual Studio Team Developer edition. Ive also put on the SQL Server 2005 tools and it's fully patched. I was building a web...
3
4301
by: nuchphasu | last post by:
Hi I have a problem on Dropdownlist that connect database and retrieve data by Ajax.I write javascript like this -------------------------------------------------------------------------...
6
5121
by: =?Utf-8?B?U2hhd24gU2VzbmE=?= | last post by:
Greetings! I was researching AJAX to provide a solution to displaying status messages while a long process executed. I found several examples online and was able to use their code to get a quick...
2
2253
by: KBS Tours Development | last post by:
Hi, I've deployed latest release on production with new AJAX functionality but the server posts back completely and toolkit functionalities are not working at all like calendar etc. Here is...
1
3390
by: shaunwo | last post by:
I'm an AJAX / DOM Novice (at best) and trying to figure out how to write the value to a couple input fields. I don't remember exactly where I got the ajax.js file I'm using from (went to the website...
9
2068
by: Trapulo | last post by:
Hello, with ASP.NET 2.0 Ajax every unexpected error is managed client-side with a popup that reports the error to the user. In ASP.NET 3.5 this behavor has been changed: how can I have a similar...
1
2033
by: Mark B | last post by:
This is my first try at using AJAX. I want the calendars to be enabled if the user checks CheckBox1. It works OK for a normal all page refresh but once I introduced the AJAX code it stopped...
11
3010
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7...
0
7205
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7353
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7011
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7468
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5596
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4689
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1521
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.