Are 'Client Callbacks' in asp.net 2.0 supported in multiple browse

G

Guest

I have been reading about asp.net 2.0's client callbacks using the
ICallbackEventHandler interface.

I have also read that it is pretty much a light-weight AJAX type methodology
and that it uses the XmlHttp. Now, my understanding is not all browsers
support XmlHttp.

Can someone please let me know whether client callbacks will work in all
browsers or only specific browswers and if so, which browsers currently
support it?

Thanks
 
B

bruce barker

you are correct it will only work in browser with javascript enabled and
XMLHttpRequest (or the active/x control xmlhttprequest in ie before v7).
only later html 4.0 browser support it (firefox, ie, safari).

there is no fallback if javacript is disabled (although no autopostback
controls will work either such as linkbuttons).

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top