User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.4)
Timestamp: Wed, 28 Oct 2009 12:44:17 UTC
Message: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near 'Administration_Selec'.
Line: 4723
Char: 21
Code: 0
URI: http://test.com:8080/applicationname/ScriptResource.axd?d=-Jgv8ZgSJ3CG7LC-_W3T-i8dO-NBSfGpnshh3hHdbdXPEShm0iLzJ08uDYlLty_UpQB5ZqNuuf0iFmEt0QhErrFU7-CBVDN1TgEVjlDayQg1&t=ffffffffa8e04a08
//////////////////Or some times following error/////////////////////////////////////////////////////////////////////////////////////////
Message: Sys.ScriptLoadFailedException: The script 'http://devweb.ihi.com:8080/AdHocQueryTool/ScriptResource.axd?d=6ogW2h6cbt5jB0bxuSFD2y6YXBObbV_hlKI5N2sDkPQ1JWWHXuyOWOe_qu8xQRr-0&t=ffffffffee471d78' failed to load. Check for:
Inaccessible path.
Script errors. (IE) Enable 'Display a notification about every script error' under advanced settings.
Missing call to Sys.Application.notifyScriptLoaded().
Line: 1266
Char: 13
Code: 0
URI: http://test.com:8080/applicationname/ScriptResource.axd?d=-Jgv8ZgSJ3CG7LC-_W3T-i8dO-NBSfGpnshh3hHdbdXPEShm0iLzJ08uDYlLty_Ug3CD7xGk8j12QpbYiFo4jZAat0BxiTe1yTlTB_8kHd_tFPaHrfquPu1O1B-EYp880&t=ffffffffa8e04a08
Please give your reply.
Thanks
Granted this is using the Q1 2009 skins and I've not yet had the chance to test it in the Q3 beta, but I thought I'd mention it.
In FF3.5 if you have a page with a PanelBar on it and you increase the text size using ctrl+ then things happen as you might expect that they would, that is, the text in the PanelBar gets bugger.
However, try the same thing in IE8 and as everything on the page becomes larger, the text on the Panelbar appears to become smaller.I'm fairly sure that this is just an illusion caused by everything else getting bigger, but still...
FYI, I've attached 2 images, ss1.gif is the default setting, ss2.gif is the page after pressing ctrl+ a few times.

| var curResource = telerikAppointment.get_resources().getResourceByType("Employee"); |
| curResource.set_key(oldEmployeeID); |
| curResource.set_text(oldEmployeeName); |
| telerikAppointment.set_start(oldStartTime); |
| telerikAppointment.set_end(oldEndTime); |
| radScheduler.updateAppointment(globalData.telerikAppointment, false); |