Tag Archives: ASP

Using the ASP.NET ListView Control and freezing the header, video by Dan Wahlin

ASP.NET 3.5 introduces a new control called the ListView that allows developers to have 100% control over the HTML markup that is generated while still providing paging, inserting, updating, and deleting support. To me the ListView control is a nice … Continue Reading

Working with ASP.NET AJAX UpdatePanel Properties video by Dan Wahlin

This video tutorial demonstrates the affect that the UpdatePanel's UpdateMode and ChildrenAsTriggers properties have on updating a panel's content. The video starts out by discussing the UpdateMode property and shows why you may want to know about it when using … Continue Reading

Creating Custom ASP.NET Server Controls with Embedded JavaScript

I did some consulting work recently for a company that had a lot of JavaScript embedded in pages that was used used to perform advanced client-side functionality and make AJAX calls back to the server.  The company needed additional team members … Continue Reading

Calling Web Services Asynchronously with ASP.NET video by Dan Wahlin

In this video tutorial I walk through the fundamentals of calling Web Services asynchronously from an ASP.NET page using the .NET 2.0 event driven model exposed by Web Service proxy objects. There are several different options for calling Web Services … Continue Reading

Creating Web Services with the .NET Framework, Video – Dan Wahlin

I've had several people email me and ask if I could do a video covering the fundamentals of creating a Web Service using the .NET framework. Since I enjoy working with Web Services I decided to make some time and … Continue Reading

Calling Web Services with ASP.NET AJAX and JavaScript, Video – Dan Wahlin

ASP.NET AJAX provides several different ways to call Web Services including JavaScript, XML Script and the AutoCompleteExtender. In this video tutorial you'll see how to call Web Services using JavaScript. Topics covered include creating a Web Service, applying the ScriptService … Continue Reading

Using the ASP.NET AJAX UpdatePanel Triggers and PageRequestManager video by Dan Wahlin

Microsoft's ASP.NET AJAX technology provides a quick and simple way to add AJAX capabilities into new or existing Web pages. In this video tutorial I discuss how to use the UpdatePanel, refresh it using triggers and detect when it has … Continue Reading