net wrote on Apr 25 2006, 02:39 PM:
But when I try to insert the username for the seller I get ” “. This is the code for “space” it seems when searching the internet. What could be the reason?
Most likely it is because you might have a trailing space in the input-field in your web-application, or you haven't entered any name. another possibility is, that the asp.net application does not read the input-field correctly and assumes a default-value or something like that.
have you tried to update or insert data in your table with SQLyog manually? check also if the default value of the field “username” in your database is set to ” “.