I have been using different font on .NET front end, so frequently I encounter quotation as well as double quotation while inserting in sql server. So I am having problem regarding inserting value with both of single and double quotation on the sql server.
Thanks
Use Parameterized queries from .Net. It appears you are concatenating strings to form an insert query.