stpauligirl25

Stories kicked by stpauligirl25

Use jQuery and quickSearch to interactively search any data(encosia.com)

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

A complete example of how to implement progressive search in ASP.NET, using the jQuery plugin quickSearch. The source download includes a customized version of quickSearch for use with ASP.NET. read more...

1 comment |category: |Views: 288

tags: another

7 of my favorite jQuery plugins for use with ASP.NET(encosia.com)

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

Seven of my favorite jQuery plugins to use with ASP.NET and ASP.NET AJAX, based on my own successes and failures using them over the past year and a half. read more...

add a comment |category: |Views: 716

tags: another

Using jQuery to display a modal UpdatePanel confirmation(encosia.com)

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

An example of using jQuery's BlockUI plugin to display the result of an ASP.NET AJAX UpdatePanel's partial postback as a modal confirmation dialog. read more...

add a comment |category: |Views: 402

tags: another

Latest ASp.Net AJAX and jQuery links from Scott Gu(weblogs.asp.net)

submitted by ghummanghumman(124) 3 years, 7 months ago

Latest ASp.Net AJAX and jQuery links from Scott Guthrie read more...

add a comment |category: |Views: 306

tags: another

Using jQuery to enhance ASP.NET AJAX progress indication(encosia.com)

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

An example of how to combine jQuery and ASP.NET AJAX, using jQuery's BlockUI plugin to present a modal progress indication dialog during an UpdatePanel's partial postback. read more...

add a comment |category: |Views: 316

tags: another

Avoid this tricky conflict between ASP.NET AJAX and jQuery(encosia.com)

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

One example of how ASP.NET AJAX can conflict with jQuery's plugins, due to its modification of some JavaScript base types, and how to fix the problem in this particular case. read more...

add a comment |category: |Views: 300

tags: another

Contribute to open source, get a shot at a free book(encosia.com)

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

Win one of three copies of Advanced ASP.NET AJAX Server Controls by participating in an open source contest on CodePlex. read more...

add a comment |category: |Views: 106

tags: another

Easily build powerful client-side AJAX paging, using jQuery(encosia.com)

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

An in-depth example of using jQuery to build client-side paging, including progress indicators, to page into any server side data source that can be JSON serialized by ASP.NET AJAX. read more...

add a comment |category: |Views: 532

tags: another

How to easily enhance your existing tables with simple CSS(encosia.com)

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

A detailed example of how to use CSS to style an HTML table. The example is specifically focused on styling a table generated on the client-side via AJAX, but is applicable to any HTML table. read more...

add a comment |category: |Views: 367

tags: another

A sneak peak at ASP.NET AJAX 4.0’s client-side templating(encosia.com)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have released a limited preview of the new AJAX functionality coming in ASP.NET 4.0. Dave is giving a sneak peak about it read more...

add a comment |category: |Views: 305

tags: another

Updated version of Postback Ritalin - ASP.NET AJAX Server Control(encosia.com)

submitted by shashisatyashashisatya(115) 3 years, 10 months ago

PostBack Ritalin is an ASP.NET AJAX server control to help simplify the common task of disabling buttons and imagebuttons during partial postbacks. read more...

2 comments |category: |Views: 118

tags: another

The Future of ASP.NET AJAX(encosia.com)

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

My analysis of the ASP.NET Team's tentative road map for ASP.NET AJAX v.Next and beyond, followed by a few additional recommendations. read more...

add a comment |category: |Views: 421

tags: another

Use jQuery and ASP.NET AJAX to build a client side Repeater(encosia.com)

submitted by datacomdatacom(165) 3 years, 11 months ago

An example of one way of using ASP.NET AJAX and jQuery to implement client-side Repeater functionality. Using this technique on one of my own sites, I realized an over 400% performance gain. read more...

add a comment |category: |Views: 406

tags: another

3 mistakes to avoid when using jQuery with ASP.NET AJAX(encosia.com)

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

Three common problems that I've seen when using jQuery with ASP.NET AJAX, their underlying causes, and simple solutions to them. read more...

add a comment |category: |Views: 412

tags: another

Using jQuery to directly call ASP.NET AJAX page methods(encosia.com)

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

An example of how to use jQuery to call an ASP.NET AJAX page method, without using a ScriptManager. read more...

2 comments |category: |Views: 451

tags: another

Why you should not place your whole site in an UpdatePanel(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 1 month ago

Three significant reasons why you should avoid using an UpdatePanel to encapsulate your entire site and provide "navigation" by refreshing content areas. read more...

add a comment |category: |Views: 19

tags: another