+2  A: 
dataToLoad = 'clientID=' + clientID + '&deleteclient=yes',

Your controller is getting clientID value of 0.

Track down your clientID javascript variable and see if it is fetching the correct clientID.

Haris
I was able to get it to correctly identify the clientID variable and that seemed to do the trick. Thanks!
Matt Nathanson