|
|
|
|
|
|
|
Browse Blog Posts by Tags
-
Thanks to all to came to my talks on ASP.NET Ajax 4.0 and Introduction to ASP.NET MVC yesterday - you can grab the demos here and here respectively.
-
Thanks to all who showed up last night at the inaugural New England ASP.NET Professionals User Group meeting in Waltham, MA. You can grab the demos for the talk here .
-
Thanks to all who attended my talk on ASP.NET ListView and LINQ early this morning. You can grab the demos from the talk here .
-
If you've been working with UpdatePanels in ASP.NET Ajax, I'm sure you appreciate how simple they make it to add Ajax behavior to almost any ASP.NET page. You can easily isolate portions of your page to update independently using asynchronous callbacks instead of refreshing the entire page with a standard...
-
For the attendees of tonight's user group talk in Waltham, you can grab the demos here . Thanks for coming, and for all the great questions!
-
I'll be speaking next Wednesday (April 9, 2008) at the Boston .NET User Group meeting in Waltham, MA. I'm going to look at the new control architecture in Silverlight 2 and talk about building reusable components in Silverlight, so if you're in the area, be sure to reserve the night - should be fun!
-
Here's a quick way to print the current row number in a Repeater control (I promised a conference talk attendee to post this recently): <asp:Repeater ID="rep1" runat="server' DataSourceID="myds"> <ItemTemplate> <%#(((RepeaterItem)Container).ItemIndex+1).ToString() %> <-- other data...
-
If you attended my talk today on New Features of ASP.NET 3.5 and Visual Studio 2008 at DevWeek 2008, you can grab the demos here . Thanks for coming!
-
If you were at the user group meeting in London tonight for VBUG, here are the demos for the talk. Thanks for coming and for all the great questions!
-
If you attended my talk (or talks) today on Silverlight ASP.NET Controls and Silverlight Server Communication at DevWeek 2008, you can grab the demos here and here respectively. Thanks for coming!
-
If you attended my talk today on ASP.NET Ajax Design at DevWeek 2008, you can grab the demos here. Thanks for coming!
-
Thanks to all who attended today's pre-conference tutorial on Silverlight with myself and Ian Griffiths. You can grab the demos here . Remember to stop by the Pluralsight booth if you were one of the t-shirt winners to collect your prize (and please stop by even if you weren't)!
-
While I'm in London at DevWeek , I will also be presenting at VBUG on March 12 on building user controls in Silverlight 2.0. Hope to see you there!
-
I'll be presenting at the DevWeek conference in London starting on March 10. My first presentation is a joint workshop with Ian Griffiths entitled A Day of Silverlight where we will be presenting a full day's worth of content on Silverlight on Mar. 10, including a look at the new 2.0 beta which will...
-
I was building an ASP.NET Ajax script control yesterday, and decided I'd try the new and improved ASP.NET Ajax Server Control wizard in Visual Studio 2008. The wizard creates a nice class that inherits from ScriptControl and provides an override of GetScriptDescriptors and GetScriptReferences that wire...
|
|
|
|
|