Contents tagged with Atlas
-
Beware of the greedy Script element
I've seen this problem a few times now, from a few different developers... including myself. I figure it must have plagued someone else out there too, so hopefully if you read this, if you ever encounter this problem, it wont cost you hours.
-
ScriptManager.LoadScriptsBeforeUI Explained
A typical ASP.NET AJAX page will contain a fair amount of script references. Sometimes more than you realize, because components you use, such as server controls from the ASP.NET AJAX Control Toolkit, automatically include library scripts that enable their client-side magic. Sometimes you include references explicitly through the ScriptManager's ScriptReferences collection.
-
An AutoCompleteExtender does not an Advanced DropDownList make!
I've received a lot of feedback on my SmartAutoCompleteExtender as of late. But I've noticed a disturbing pattern with the suggestions people have.
-
AJAX Futures December CTP: Returning DataSets, DataTables, and DataRows from a WebService or PageMethod
In the previous two CTPs, you simply could not do this (if you tried, you likely received some sort of circular reference serialization error), even though way back in July, pre-beta, you could.
-
ASP.NET 2.0 AJAX Futures December CTP released!
The release of the AJAX RC today is going to get plenty of press coverage. I thought I'd shine the light a little bit on the lesser known Futures CTP, which has also been released today :)
-
ASP.NET Ajax Beta: AutoCompleteBehavior without a Web Service
A lifetime ago, and several Microsoft AJAX releases ago, I extended the built-in AutoCompleteBehavior and AutoCompleteExtender, enabling it to gather its list of completion items via a callback to the page rather than a web service. Well it seems like I hit a nerve with it, because it became pretty popular!