Posted on: 8/17/2011 9:17:11 AM | Views : 709

hi guys
i have a textbox and i want to insert single apostrophe in the db
i have used textbox1.text.replace("'", "''"); in 1st argument i put single quote surrounded by double quotes and in 2nd parameter i put two single qutoes withing double quotes......
so whenever i insert a'a it is replaced with a''a in the db
but i i want to insert a'a not a''a
so help me please what can i do?????

Go to the complete details ...