rtisdale

Stories kicked by rtisdale

Boost ASP.NET performance with deferred content loading(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 3 months ago

A comprehensive example of how to improve the perceived speed of your pages, by implementing user controls to encapsulate secondary content and then deferring them until primary content is displayed. read more...

1 comment |category: |Views: 80

tags: another

Three copies of ASP.NET AJAX in Action up for grabs(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 5 months ago

I don't know if this is too tangential to post here, but free ASP.NET AJAX books seem like they'd probably be of interest. Mainly, I want to make sure that none of you miss this giveaway if you're interested, because DNK has been one of my best sources of quality traffic over this past year. I really appreciate it. read more...

2 comments |category: |Views: 4

tags: another

Exploring one of MS AJAX’s often overlooked features.(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 6 months ago

A closer examination of ASP.NET AJAX's $addHandler function and several real world examples of its use. read more...

add a comment |category: |Views: 6

tags: another

Seamless inline text editing with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 9 months ago

A demonstration of how to use ASP.NET AJAX to implement a Label that swaps to a TextBox for editing when clicked and then saves its value when editing is completed. read more...

add a comment |category: |Views: 275

tags: another

Updated your web.config, but Sys is still undefined?(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 9 months ago

How to use ASP.NET AJAX's Application.init event to safely call JavaScript after the framework is initialized and avoid the dreaded Sys is undefined error. read more...

add a comment |category: |Views: 23

tags: another

Robust ASP.NET control referencing in JavaScript(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 9 months ago

How to reference your controls in JavaScript by their true ClientID, so that changes in nesting and/or location won't break your client script. read more...

1 comment |category: |Views: 3

tags: another

Simplify ASP.NET AJAX client-side page initialization(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 9 months ago

pageLoad() is automatically wired up as a handler to Application.Load, which can be used to avoid window.OnLoad or body.OnLoad. read more...

add a comment |category: |Views: 5

tags: another

Display Data Updates in Real-Time with ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 10 months ago

An example of how to implement real-time 'spy' type updates, using ASP.NET AJAX, web methods, and .NET caching. Full source code included. read more...

1 comment |category: |Views: 363

tags: another

Why ASP.NET AJAX UpdatePanels are dangerous(encosia.com)

submitted by k000derk000der(4765) 4 years, 10 months ago

Replace those UpdatePanels with WebMethods and JSON. read more...

5 comments |category: |Views: 78

tags: another