spot_img
8.8 C
London
spot_img
HomeTags.NET

Tag: .NET

Handling Session and Authentication Timeouts in ASP.NET MVC

There's a lot more than meets the eye when you need to handle session and authentication timeout scenarios in ASP.NET MVC. For some reason, I expected this to be a no-brainer when I first worked on an app that needed this functionality. Turns out...

Wrestling With the Telerik MVC Grid Control (Part 3)

In part 2 of this series on the Telerik MVC Grid control, we discussed the back-end code for supporting the master level of our grid. Here’s a list of tasks we need to take care of for the detail grid: Implementing...

Restoring Expanded Row State with Telerik’s MVC Grid Control

*** Edited on January 30, 2012 - Forgot that FireFox does not support innerText, so I replaced all references to our best friend jQuery's text() method. *** Slight detour... I know I'm behind on posting part three of my series on wresting with Telerik's MVC...

Wrestling With the Telerik MVC Grid Control (Part 2)

In part 1 of this series on the Telerik MVC Grid control, we discussed how to define the front-end. As a refresher, here's a list of tasks we need to account for when implementing the grid: Adding required Telerik references, etc. ...

Wrestling With the Telerik MVC Grid Control (Part 1)

Third party controls can be a great option when building cost-effective client solutions, but there's always a learning curve that comes with it. It may cost you some significant non-billable time up-front, but will pay dividends down the line. When I first experimented with Telerik's...

Web Reference vs. Service Reference

I'm learning that one of the biggest hurdles to getting back into the day-to-day development game is that a minor wrong turn can send you down a misguided path for a couple of days. If you're not coding daily, your development intuition muscle doesn't...