Try this instead

VB Code:
  1. If len(Request.Cookies("PplsChoice")) <1 then
  2. ' Noo cookie
  3. end if

I'm pretty sure its the isDBNull method that is not working. You can use isNothing() instead of len call