Tag Archives: HTML

Interface is excited to announce a whole new way to look at Developer training.

  The world that developers live in has been morphing over time. Changing technologies are a given, but changing jobs roles are often overlooked.   Introducing the new Developer program at Interface.  Web Developer focused on the server side? Check out our Open Server courses. WEB240: HTML, XHTML & CSS In-Depth Web Development Training Learn … Continue reading Interface is excited to announce a whole new way to look at Developer training.

Using Handlebars Templates to Render HTML on the Client

As more and more functionality moves to the client it's important to convert JSON data into HTML using techniques that make maintenance easy down the road. Fortunately, there are several different template frameworks out there that can be used to generate HTML without having to write a ton of JavaScript. One of my personal favorites … Continue reading Using Handlebars Templates to Render HTML on the Client

How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView

In a previous post I showed examples of how CSS and JavaScript code could be used to freeze the header row of a GridView control and add scrolling capabilities for Internet Explorer and Firefox. Here’s an example of a GridView with a frozen header: In this post I’m going to discuss how to package up … Continue reading How to create an ASP.NET AJAX Toolkit Extender Control to Extend a GridView

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 blend between the GridView and Repeater controls with new features added. In this video I … Continue reading Using the ASP.NET ListView Control and freezing the header, video by Dan Wahlin