Browse by Tags

All Tags » jQuery (RSS)

Deploying ASP.NET Applications to Medium Trust Servers by dwahlin

99% of the projects my company works on for clients are deployed internally to an enterprise environment managed by a company.  We rarely have to worry about deploying to a shared hosting environment which is nice.  One of the client projects...
Filed under: , ,

Video: Getting Started with ASP.NET MVC 1.0 by dwahlin

I had the opportunity to speak at the Best of Mix 09 Phoenix event with Tim Heuer and Rob Bagby and had a lot of fun hanging out with everyone. I was the last talk and due to time constraints didn’t get a chance to cover everything I had hoped to cover...
Filed under: , , , ,

ASP.NET MVC Code and Slides for Best of Mix 09 Presentation by dwahlin

The code and slides from my ASP.NET MVC vs. Web Forms talk at the Best of Mix 09 – Phoenix event can be downloaded below.  The .zip file contains a sample application created by Microsoft Evangelist Daniel Egan as well as a set of ASP.NET MVC samples...

Emulating the UpdatePanel in ASP.NET MVC 1.0 with AjaxHelper by dwahlin

I just finished up a client application based on ASP.NET MVC 1.0 and thought I’d blog about some of the things I really liked.  If you didn’t catch my earlier post titled 5 Reasons You Should Take a Closer Look at ASP.NET MVC and are interested in...
Filed under: , , ,

Using jQuery with Client-Side Data Binding Templates by dwahlin

A few weeks back I posted about a JavaScript data binding template solution that I’ve been using that makes it easy to bind JSON data to a client-side template without having to write a lot of JavaScript code.  One of the people that commented on...
Filed under: , , ,

Minimize Code by Using jQuery and Data Templates by dwahlin

I’m currently working on a heavily AJAX-oriented ASP.NET MVC web application for a business client and using jQuery to call controller actions, retrieve JSON data and then manipulate the DOM to display the data. Several of the pages have quite a bit of...
Filed under: , ,

Handling MouseEnter and MouseLeave Events in jQuery by dwahlin

I have a simple table generated by an ASP.NET MVC view and needed to switch out CSS classes as the user hovered over rows.  Initially I used the rather obvious “hover” feature built-into jQuery since it provides a way to write code that’s called...
Filed under: , ,

Selecting Parent Nodes using jQuery by dwahlin

Here’s a quick tip on selecting parent nodes based on something I had to do yesterday with jQuery on a client project.  I have an ASP.NET MVC page that outputs a basic table containing search results and as a user hovers over an item in a map I needed...
Filed under: , ,

5 Reasons You Should Take a Closer Look at ASP.NET MVC by dwahlin

I’m an ASP.NET Web Forms fan…always have been since ASP.NET was first released. But, I like to keep an open mind when it comes to new technologies and I decided to experiment with the new ASP.NET MVC framework that Microsoft just released so I knew how...
Filed under: , ,

Reflecting over JSON Data to Simplify Control Updates with jQuery by dwahlin

My company is currently working on a consulting project that uses ASP.NET MVC and a lot of jQuery and JSON behind the scenes for data transfer which is a lot of fun.  I’m personally tasked with the back-end processes but also handling user interface...
Filed under: , , ,
More Posts