November 2006 - Posts
23 November 2006
I've just hit the 4000 mark in the ajax discussion forums
Well, never though i'd see the day where i'd make 4000 posts on a forum. But it did happen in the asp.net MS forums...
Read More...
20 November 2006
Are extenders broken?
Yesterday I saw a post on the AJAX discussion forums which stated that an extender stopped working after a partial postback. Since i'm a curious guy, i decided to take some time and investigate the code. The guy with the problem had a really simple sample that reproduced the problem (which is really...
Read More...
19 November 2006
I'm not getting xml-support on beta 2. why?
In beta 2, xml-script is maintained in the value-added bits. So, in order to use it, you need to insert the client side script file needed to support its parsing and processing. If you're using a simple HTML page, just drop the previewscript.js file on that page; if you're using an ASP.NET page, then...
Read More...
16 November 2006
Adding/removing UpdatePanels dynamicaly from a page
Today I've found another post on the AJAX discussion forums asking info about the "Cannot unregister UpdatePanel with ID XXX since it was not registered with the ScriptManager.This might occur if the UpdatePanel was removed from the control tree and latter added again". This happens only in dynamic pages...
Read More...
15 November 2006
Why can't page methods have parameters with the same name but with different casing?
Short answer: because the internal WebServiceMethodData class is using a Dictionary<string, WebServiceParameterData> and is using the StringComparer.OrdinalIgnoreCase comparer which, as the name suggests, is responsible for performing a case insensitive comparison (in practise, this means that...
Read More...
09 November 2006
Creating events: the easy way!
Garbin has another great tip on his blog. He has just publish an event helper which cuts down the necessary code to create an event.
Read More...
09 November 2006
Solving a small bug in the bridges
As I've mentioned yesterday, I was having some problems with bridges. the problem was that every method call returned an error saying that a NullException was thrown. Well, after looking at the generated code from the parsing of the asbx file and doing some debugging, it was clear that the problem was...
Read More...
08 November 2006
Strongly typed collections
A good post by my Garbin on how to achieve something close to this...
Read More...
08 November 2006
Bridges and web parts: not looking good at the moment
Today, only time for a couple of quick notes: types are now included into bridges by using the GenerateScriptTypeAttribute to include types in the client side (in the CTP, you'd use the <xmlinclude> element i'm having problems when returning complex object back to the server to make a bridge method...
Read More...
07 November 2006
xml-script in beta 2
well, after writing about it in several posts, I think that all the issues I've mentioned are solve now. btw, you should know that if you don't define a global xml namespace, the AJAX extensions predefined namespace will be used by default.
Read More...
07 November 2006
Localizing scripts
Well, what about this one? Beta 2 offers support for automatic loading of localized scripts (I hope i got the word right). So, why is this good? Here's a quick example: suppose you need to show messages to the user in the client side and you also need to support users that speak two different languages...
Read More...
07 November 2006
Loading external scripts
During beta 1, we could easily load external scripts by adding a <script> element to the page, by using the ClientScriptManager and even by using the ScriptReference element in order to add references to external Javascript files. Beta 2 introduces some changes when you load a script file through...
Read More...
07 November 2006
Setting the focus on a control after an async postback
I already had a post prepared on how to set the focus on a control after an async postback. Unfortunately, it went directly to "garbadge" since now it's all too easy: we can do that by using the new SetFocusmethod exposed by the ScriptManager class. Here's a demo page that does just that! <%@ Page...
Read More...
07 November 2006
.NET 3.0 final version has been released!
I've just read it in JPC 's blog (which is in Pt) that it's out !
Read More...
07 November 2006
Ajax extensions: beta 2 is out!
Yes, the november release is out and you can get it from this page .
Read More...
06 November 2006
Testing your internet speed connection
Nothing new, but an interesting site that let's you test your connection speed .
Read More...
04 November 2006
Dino is starting to get it!
I'm glad to see that Dino has changed his mind regarding AJAX extensions beta 1. I'm also glad to see him acknowledge that his first post on it just the result of frustration regarding the changes made to beta 1. Everyone makes mistakes. Not everyone is able to say or even admit that they're wrong. It...
Read More...
Home
Contact
LA.NET [EN]
Ramblings about C#, .NET and Programming
RSS for Posts
Atom
RSS for Comments
Recent Posts
Still on getting info about the current Route
The MVC framework – the MvcHandler, the IControllerFactory and the ControllerBuilder types
Getting information about the current Route
Book review: Professional IIS 7 and ASP.NET Integrated Programming
The MVC framework – the MvcRouteHandler
Tags
AOP
ASP.NET
ATLAS
Books
C#
Cardspace
Gadgets
MVC
Parallel Extensions
PLINQ
PowerShell
Silverlight
Software
Tools
Trivia
WCF
WF
WPF
Archives
July 2008 (17)
June 2008 (26)
May 2008 (30)
April 2008 (5)
March 2008 (11)
February 2008 (9)
January 2008 (15)
December 2007 (10)
November 2007 (20)
October 2007 (19)
September 2007 (29)
August 2007 (12)
July 2007 (20)
June 2007 (33)
May 2007 (44)
April 2007 (28)
March 2007 (27)
February 2007 (21)
January 2007 (37)
December 2006 (8)
November 2006 (17)
October 2006 (14)
September 2006 (5)
August 2006 (7)
July 2006 (4)
Search
Go
Community
Home
Blogs
Media
Groups
Email Notifications
Email Notifications
Go
News