Hi Folks,
I have a textbox. In this text box i have users who insist on using double quotes ("). I want to strip out the double quotes before i write it to the database otherwise it screws up my query.
I've tried the string replace.
value = Replace(value,""","")
but it generates an error.
Anyone have any clue on how to do this???
Thanks,
I have a textbox. In this text box i have users who insist on using double quotes ("). I want to strip out the double quotes before i write it to the database otherwise it screws up my query.
I've tried the string replace.
value = Replace(value,""","")
but it generates an error.
Anyone have any clue on how to do this???
Thanks,