gt1329a

Stories submitted by gt1329a

How to improve ASP.NET AJAX error handling(encosia.com)

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

An example of how to replace those annoying JavaScript popup AJAX errors in Atlas with custom handling. read more...

add a comment |category: |Views: 86

tags: another

The easiest way to refresh an UpdatePanel with JavaScript(encosia.com)

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

A quick, easy way to refresh an UpdatePanel, from client script. No hidden button or other kludge necessary. read more...

add a comment |category: |Views: 207

tags: another

Accessing Server Controls From Client Script(weblogs.asp.net)

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

A simple, but elegant trick for accessing server controls on the client side more reliably. read more...

add a comment |category: |Views: 2

tags: another

ASP.NET AJAX username availability check(encosia.com)

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

A simple method to check the ASP.NET Membership Provider for a username's availability inline during a registration process, using AJAX. read more...

1 comment |category: |Views: 708

tags: another

The easiest way to break ASP.NET AJAX pages(encosia.com)

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

An article about Response.Write in ASP.NET AJAX page, why it doesn't work, and a workaround. read more...

add a comment |category: |Views: 2

tags: another

Highslide JS .NET Release(encosia.com)

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

Neat web 2.0 image thumbnail zooming .NET server control. read more...

add a comment |category: |Views: 14

tags: another

Debug and explore AJAX with FireBug(encosia.com)

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

An article showing in detail how to use a JavaScript debugger to learn about the ASP.NET AJAX framework and solve common problems. read more...

4 comments |category: |Views: 17

tags: another

AJAX, file downloads, and IFRAMEs(encosia.com)

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

A limitation inherent in AJAX applications is that it's difficult to perform any operation requiring a full HTTP request and response round trip. This article demonstrates one technique to circumvent that limitation and prompt the user with a file steam download on an async postback. read more...

add a comment |category: |Views: 27

tags: another

CSS style as AJAX progress indicator(encosia.com)

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

A short example of how to modify an UpdatePanel to dim and display a spinning progress indicator, using CSS styles. Also demonstrates how to disable the submit button only during the async postback and also changes the mouse pointer to an hourglass during the postback. read more...

1 comment |category: |Views: 366

tags: another