Tag Archives: CSS

The Value of Adding AngularJS to your Development Stack – with Dan Wahlin

AngularJS is one the hottest JavaScript group frameworks available today. Is it worth adding it to your development stack? That’s what we’re going to address in this video. AngularJS is one the hottest JavaScript group frameworks available today. Is it worth adding it to your development stack? That’s what we’re going to address in this … Continue reading The Value of Adding AngularJS to your Development Stack – with Dan Wahlin

ECMAScript 6 (ES6) – The Future Look of JavaScript for C# Developers

This is an excerpt of a webinar by Dan Wahlin – JavaScript for C# Developers that was conducted at Interface Technical Training on September 14, 2014. Watch the entire webinar at JavaScript for C# Developers webinar with Dan Wahlin Dan Wahlin teaches Web Development and .NET Visual Studio classes at Interface Technical Training. Dan’s instructor-led training classes include … Continue reading ECMAScript 6 (ES6) – The Future Look of JavaScript for C# Developers

Setting BreakPoints in Visual Studio 2010 to troubleshoot C# and ASP.NET code

This a step by step guide on how to set breakpoints in Visual Studio 2010 in order to better troubleshoot c# and asp.net code. Create a New Solution and add some code. I created a new web site in Visual Studio and added a master page called default.master and added a theme folder in which I … Continue reading Setting BreakPoints in Visual Studio 2010 to troubleshoot C# and ASP.NET code

Simplifying ASP.NET ListView Control Templates by Dan Wahlin

I've been working with the new ListView control in ASP.NET 3.5 combining it with LINQ and Lambda expressions and was finding myself duplicating a lot of code between ItemTemplate and AlternatingItemTemplate templates (I'll be posting the sample application that demonstrates using LINQ, Lambdas and Stored Procedures soon).  The AlternatingItemTemplate contained the same code as the … Continue reading Simplifying ASP.NET ListView Control Templates by Dan Wahlin

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