Jul 10, 2002 #1 samosa Technical User Jul 15, 2005 38 IT can anyone please tell me what this means? 'Guestbook.FirstName' cannot be a zero-length string
Jul 10, 2002 #2 nenuknifer Programmer Mar 11, 2002 15 CN You can Response.Write(Guestbook.FirstName). It seems to be that your Database bad designed. Maybe the field FirstName of GuestBook must be write in and it is not null. Upvote 0 Downvote
You can Response.Write(Guestbook.FirstName). It seems to be that your Database bad designed. Maybe the field FirstName of GuestBook must be write in and it is not null.