Posts tagged "javascript"

Building Interactive User Interfaces with Microsoft ASP.NET AJAX: Refreshing An UpdatePanel With JavaScript


Over the past several years web developers have started using JavaScript to make asynchronous postbacks to the web server that only transmit and receive the necessary data; these techniques are commonly referred to as AJAX.

Microsoft has released a free AJAX framework for ASP.NET developers named Microsoft ASP.NET AJAX. This article series examines using Microsoft’s ASP.NET AJAX framework to build responsive user interfaces.

AJAX Basics and Getting Started with Microsoft’s ASP.NET AJAX Framework – examines AJAX basics and looks atinstalling Microsoft ASP.NET AJAX; includes a demo of the UpdatePanel control. Using the UpdatePanel – provides more in-depth and real-worldexamples of using the UpdatePanel.

Providing Visual Feedback with the UpdateProgress Control – shows how to use the UpdateProgress control to display visual feedback to the user when a partial page postback is in progress. Performing Client Actions in Response to Partial Page Postbacks – learn how to execute client-side script in response to events raised by the partial page postback life-cycle.

Using the Timer Control – see how to asynchronously update a portion of the screen every n milliseconds.Enabling Bookmarking and the Browser’s Back Button – learn how to add history points to an AJAX-enabled web page so that your visitors can use their browsers’ Back and Forward buttonsand bookmarks.

Retrieving Server-Side Data Using Web Services – call Web Services from an ASP.NET AJAX application with a sprinkle of JavaScript.A Look at JSON Serialization – explore the serialization format used by the ASP.NET AJAX Framework when calling Web Services from client-side script.

Triggering Full Page Postbacks From An UpdatePanel – learn how to override an UpdatePanel’s default behavior and trigger a full page postback.Refreshing An UpdatePanel With JavaScript – see how to refresh the contents of an UpdatePanel via JavaScript.

View the Original article



Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - April 24, 2010 at 2:12 am

Categories: Programming   Tags: "visual studio 2010" "pictures toolbar", ajax, ASP.NET, briefly about c# and c# tools, Building, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, Interactive, interfaces, javascript, microsoft, multiform application in C#.Net, print using javascript in asp .net3.5, Refreshing, scriptmanagerproxy example, UpdatePanel

Just published: Murach’s JavaScript and DOM Scripting

Mike Murach & Associates has just published a new book entitled Murach’s JavaScript and DOM Scripting. This book is written for developers who want to know how to use JavaScript and DOM scripting to create websites that deliver the fast response times, dynamic user interfaces, and special effects that today’s users expect. Here are some highlights:

#1: Two books in one, it covers both JavaScript and DOM scripting
Most books cover either JavaScript or DOM scripting. But to create user-responsive sites, you need to know both.

So the first half of this book is a course in JavaScript essentials. Then, the second half is a course in applied JavaScript, showing how to use DOM scripting to build applications that run slide shows, use drop-down menus, rotate headlines, sort tables, and provide animation.

As a result, web developers can gain basic to expert skills using a single book.

#2: It provides a fast start
Section 1 is a crash course in JavaScript. In fact, by the end of chapter 3, developers will know how to code, test, and debug applications that include elementary DOM scripting. Then, the rest of the book builds on those skills to cover all the JavaScript and DOM scripting essentials.

#3: It shows how to create and use
event-handling libraries for browser compatibility
One of the headaches of web programming is ensuring that the JavaScript code will work with all the popular browsers.

So this book shows web developers how to create their own event-handling libraries of browser-compatible code. That training also enables them to appreciate…and profit from…the extensive libraries of tested code that are included in the downloadable applications for the book.

#4: It shows 20 complete applications that can be used as models for new apps
The key to mastering client-side web development is to have plenty of applications that show how the features interact and what problems might occur in building a website. So this book shows complete code for 20 professional applications, ranging from forms validation to revolving slide shows.

These can be downloaded for free from the Murach website, so developers can experiment with them on their own.

#5: The paired-pages format lets developers set their own pace
Murach books have a distinctive format. Each two-page spread presents a single topic: the lefthand page explains the topic, while the righthand page shows the critical details, using syntax, code, screen shots, and how-to notes. Both beginning and experienced developers find that this format makes it easy to focus on the information they need, whether they’re using the book for training or reference.

Murach’s JavaScript and DOM Scripting is available directly from the publisher at www.murach.com and from all major retail outlets.

Murach’s JavaScript and DOM Scripting
Author: Ray Harris
Pages: 764       
ISBN: 978-1-890774-55-4       
Price: $54.50

2 comments - What do you think?
Posted by Anand Narayanaswamy - August 29, 2009 at 5:51 am

Categories: Latest, Press Releases   Tags: 978-1-890774-52-3 download, briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, dom scripting, download C# compiler for windows xp, download different Types Of Compilers in C#, download ebook 978-1-890774-52-3, explain briefly about c# and c# tools, html, javascript, mike murach silverlight, multiform application in C#.Net, murach, murach silverlight, Murach Visual Studio 2010, murach's silverlight, print using javascript in asp .net3.5, website

Learn how to Activate a Popup JavaScript window

In this code sample, you will learn how to show a popup window using JavaScript

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - March 24, 2009 at 7:15 am

Categories: Programming   Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, javascript, multiform application in C#.Net, popup window, print using javascript in asp .net3.5

Learn how to display Date Amp Time using JavaScript

With the help of the snippet in this article, you will learn how to display data and time using JavaScript

Read more…

1 comment - What do you think?
Posted by Anand Narayanaswamy - March 22, 2009 at 7:30 am

Categories: Programming   Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, javascript, multiform application in C#.Net, print using javascript in asp .net3.5

Learn how to Print using JavaScript

In this snippet, you will learn how to print the content using JavaScript

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - March 22, 2009 at 7:27 am

Categories: Programming   Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, how to print using javascript, IE, javascript, multiform application in C#.Net, print using javascript in asp .net3.5

Learn how to work with JavaScript

JavaScript is a scripting language based upon Java and it is an Interpreted Language. You require only Notepad and a browser to program using JavaScript. There are two types of scripts.

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 20, 2009 at 12:14 am

Categories: Internet Tutorials   Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, html, javascript, multiform application in C#.Net, print using javascript in asp .net3.5