I'm using .net 4.0 to insert textbox values into a sql database. Whenever I try to insert single quotes into the database, the values are appearing as '. How do I save single quotes to the database without having the value converted to #39?
↧
I'm using .net 4.0 to insert textbox values into a sql database. Whenever I try to insert single quotes into the database, the values are appearing as '. How do I save single quotes to the database without having the value converted to #39?