Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » Ajax   (RSS)

Survey: Ajax usage among .NET developers

Simone has created a survey to better understand Ajax usage among .NET developers. It would be nice if You could also complete it, if you haven't done so yet, as there are also MS people interested in the results. More answers means more understanding
Posted by joteke | 2 Comments
Filed under: , ,

Microsoft announces jQuery support in ASP.NET Ajax

I just noticed a very interesting announcement by Scott Guthrie. Microsoft will officially start co-operating with jQuery development community, adding support for jquery in ASP.NET Ajax, and which also includes Microsoft PSS e.g they take support cases.
Posted by joteke | 0 Comments

Book Review: High Performance Web Sites, Steve Souders, O'Reilly

Author: Steve Souders Publisher: O'Reilly ISBN-10: 0-596-52930-9 ISBN-13: 978-0-596-52930-7 September 2007, 168 pages O'Reilly's web site: http://oreilly.com/catalog/9780596529307/ Companion web site: http://www.stevesouders.com/hpws/ High
Posted by joteke | 0 Comments

VS2008: Targeting ASP.NET 2.0 and ASP.NET Ajax 1.0

MS has released ASP.NET 2.0 Ajax templates for VS2008. See: http://blogs.msdn.com/brada/archive/2007/12/19/using-vs2008-to-target-net-framework-2-0-with-asp-net-ajax.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live
Posted by joteke | 0 Comments
Filed under: , ,

Review: Professional ASP.NET 2.0 Ajax

It's been a long time, but I've steadily progressed in reading this book and finally I got it done. It's been also a long time since I've really tried to review a book, so we'll see how this goes on. :-) About the book Professional
Posted by joteke | 2 Comments
Filed under: , ,

ASP.NET Ajax update related to iPhone's Safari (1.01 update)

Matt Gibbs blogs about update to ASP.NET Ajax to fix issues with iPhone Safari which has been updated to 1.01. After this update, async postbacks have stopped working. Matt provides step-by-step guide to bring it back to life. See: http://blogs.msdn.com/mattgi/archive/2007/09/11/update-for-the-iphone-update.aspx
Posted by joteke | 1 Comments
Filed under: ,

Learnt something about registering JavaScript arrays in ASP.NET Ajax...

Very often with databound controls such as DataGrid or GridView, when I need to do client-side scripting for child controls on the rows of the control, I use JavaScript arrays for that. Reasoning is that they give me simple direct access to the elements
Posted by joteke | 4 Comments
Filed under: ,

Calling for exact list of supported browsers in ASP.NET Ajax 1.0

Bertrand commented to my previous post about the Safari support. That got me thinking, has anyone seen anywhere exact list of browsers ASP.NET Ajax supports? With exact list I mean also versions (Safari 2.x. supported, earlier versions not supported)
Posted by joteke | 1 Comments
Filed under: ,

Replace "Framework" scripts in ASP.NET Ajax

A user reported at newsgroups there being an issue in Safari 1.3.2 with ASP.NET Ajax's release mode scripts. He said that release script wouldn't parse and suspects it relates to the compression (script being on one line) as with debug script
Posted by joteke | 3 Comments
Filed under: ,

ASP.NET Ajax's Source Code Released

ScottGu has a post about it . You have chance to get to the source of the client-side library as well as the server-side libraries. What's cool, there are also the debugger symbols which enable you to jump to the AJAX sources while debugging your
Posted by joteke | 0 Comments
Filed under: ,

ASP.NET Ajax: You Can Use ScriptManager's GetCurrent method to check if Page already has one

I learned this from a private mailing list and thought to share. If you need to know in code if the Page does or doesn't have a ScriptManager, you can use ScriptManager's static GetCurrent method for that. It's all in docs: http://ajax.asp.net/docs/mref/M_System_Web_UI_ScriptManager_GetCurrent_1_9548b3ba.aspx
Posted by joteke | 0 Comments
Filed under: ,

Dino's "Perspectives on ASP.NET AJAX"

In case you haven't heard of ASP.NET AJAX (which I doubt), or you need a quick crash course type of view or introduction to what ASP.NEt Ajax is about behind the scenes, you might want to see Dino's article on MSDN Share this post: email it! |
Posted by joteke | 0 Comments
Filed under: ,

ASP.NET AJAX 1.0 Released

Details at ScottGu's post: http://weblogs.asp.net/scottgu/archive/2007/01/23/asp-net-ajax-1-0-released.aspx Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it! Sponsor
Posted by joteke | 0 Comments
Filed under: ,