473,386 Members | 1,873 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Firefox - ASP.NET 2.0 Client Callback

Does Firefox (latest version - 1.5.0.6) support ASP.NET version 2 client
callbacks ?

I have written a sample C# client callback app.... and with FireFox ...
Page.Request.Browser.SupportsCallback=true, however
Page.Request.Browser.SupportsXmlHttp=false.

In any event, if I ignore the Browser capabilities FireFox does not work.
Various Internet postings seem to suggest that XmlHttp support is provided in
Firefox, however I can find no way to enable or disable.

Can someone provide some guidance on this critical need ?... FireFox
(1.5.0.6) XmlHttp support for asp.net 2.0 client callbacks ?

--
Philip
Sep 2 '06 #1
1 3127


Philip wrote:
Does Firefox (latest version - 1.5.0.6) support ASP.NET version 2 client
callbacks ?

I have written a sample C# client callback app.... and with FireFox ...
Page.Request.Browser.SupportsCallback=true, however
Page.Request.Browser.SupportsXmlHttp=false.

In any event, if I ignore the Browser capabilities FireFox does not work.
Various Internet postings seem to suggest that XmlHttp support is provided in
Firefox, however I can find no way to enable or disable.

Can someone provide some guidance on this critical need ?... FireFox
(1.5.0.6) XmlHttp support for asp.net 2.0 client callbacks ?
The quick start samples
<http://quickstarts.asp.net/QuickStartv20/aspnet/doc/tipstricks/default.aspx>
links to e.g.
<http://quickstarts.asp.net/QuickStartv20/aspnet/samples/tipstricks/CallBackEventHandler_vb.aspx>
which works with Firefox. Looking at the client-side script ASP.NET 2.0
generates there it simply use XMLHttpRequest which Mozilla/Firefox do
support for years now, and which Opera 8 and 9 have too.

XMLHTTP is part of MSXML, a COM component, which is generally not
supported and used by cross platform browsers like Mozilla or Opera, so
that entry in the ASP.NET 2.0 HttpBrowserCapabilities is probably only
meant to indicate support for using that part of MSXML but does not tell
whether browsers have support for XMLHttpRequest.

--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Sep 3 '06 #2

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

Similar topics

2
by: Jo Voordeckers | last post by:
Hello all, I'm pretty new to the Java newsgroups so I apologize for dropping this into several maybe offtopic groups. I'm sorry! So on to my problem... I've come to a point in our RMI...
4
by: sonic_soul | last post by:
Hi, I was curious if I could make my webservice work with firefox client webservice functionality. (i got it to work with webservice.htc) I am able to get firefox to see my serverside web...
6
by: Lucas Tam | last post by:
Hi all, I remember someone posted a link to a javascript callback package that worked in ASP, Perl, PHP, etc... does anyone have a similar package for ASP.NET 1.x? I want to implement some...
4
by: Chris | last post by:
Hi, I read about client callback and i have a question. Assume the option "sorting" is set in a gridview. Each time the user clicks on a fieldname, the data are sorted. My question is: are...
0
by: skberen | last post by:
Issue: We have a web user control on a web page (aspx) that uses the new ASP.Net 2 feature Client Callback. The web user control is using a CheckBoxList control and button control to allow the...
1
by: Alan Silver | last post by:
Hello, I have a page that enables a site owner to upload images for products on his site. I have five instances of a the following group of controls: 1) a drop down containing the product names...
0
by: =?Utf-8?B?R3JlZw==?= | last post by:
I have an ascx file that dynamically loads other ascx files. each of these ascx files need to perform client callback functions. It seems that when i try and break out all the javascript code into...
10
by: pechar | last post by:
Hi all, I created a test web application in asp.net. It works like a dream in IE but when it gets to Firefox I get an exception as follows ...
1
by: Daniel Pitts | last post by:
I only need to support Firefox 3 at the moment, so any advice can be specific to that. I have a Java Applet, lets call it HelperApplet. It has one method of importance: public Object...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
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
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
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...

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.