Callbacks and FireFox
It's probably just me, but I'm totally unable to have ASP.NET script callback properly work through FireFox or Netscape 7. The example that works just fine with IE 6 doesn't do much if run through FireFox. If I pass a constant as an argument to the callback, it is executed on the server but back on the client the Javascript callback is never invoked. If I pass an expression, some (undisclosed) error happens along the way and nothing happens.
This is as of Beta 2.
Anybody out there with some experience to share and perhaps more luck?