还是来看看它有什么变化吧?
UpdatePanel:
- UpdatePanels can be added to a page dynamically throughout the page lifecycle, including UpdatePanels inside templates. UpdatePanels now also work inside WebParts, and WebParts can be inside UpdatePanels.
- UpdatePanel will preserve cookies set during an async postback when Response.Redirect() is called. This fixes Login control scenarios where an authorization cookie is set and the user gets redirected to the previous page.
Networking:
- ServiceMethod uses default error handler if none specified.
- XsltBridgeTransformer now works with VirtualPathProviders
- DBNull.Value now should be serialized as null
- ServiceReferences now support optional InlineProxy attribute for generating service proxies in the page rather than through a serviceurl/js script reference.
- Fix for scenarios where web service proxy contained the wrong port (webfarms, port forwarding)
Drag and Drop:
- Drag and drop will no longer produce debug output
- Interactive HTML elements (input, button, textarea, select, label, anchors with an href) can no longer be dragged directly
Miscellaneous Changes:
- Date.toFormattedString improvements
- Client-side data: SaveData fix for strongly-typed DataSets
Atlas出新版本了,在前几天(6.26),AtlasToolKit也出新版本了。只是可能没有这么多人去关注。在CodePlex 上可以找到最新版本的下载。由于有源代码,所以可以换成新版本的Atlas重新编译AtlasToolKit,应该就可以保证Atlas和AtlasToolKit的正常使用了。