Mike Weerasinghe has made a good question regarding my previous post about error handling. Mike says that he”s handling errors by using a module which handles the HttpApplication error event. Unfortunately, this will stop working when you use AJAX extensions because the ScriptManager control will handle the error and automatically return a response to the client stopping […]
October, 2006Archive
Like the previous CTPs, the current beta version introduces 2 “usable” triggers: AsyncPostBackTrigger and PostBackTrigger. I call them “usable” because they”re the leaves of the hierarchical tree defined by the AJAX extensions on the server side. As you can infer by their names, the AsyncPostBackTrigger is responsible for starting an async postback while the PostBackTrigger manages […]
XBox 360 + Transcode 360 + Media Center = great afternoon!
Yep, just had a great time this afternoon watching some videos on my TV by using XBox 360 + Transcode 360 to get the divx streamed to the XBox. really recommend it!
UpdatePanel has always given us some sort of error handling during partial postbacks (or, if you want to use the new official term, async postbacks). In previous CTPs, you could handle a page error event and perform your own error handling (which normally consisted in some form of logging). The problem previous versions had was […]