Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While saving in hindi font its occurs this error.........
Unclosed quotation mark after the character string
Posted
Comments
Prasad Khandekar 6-May-13 6:42am    
Please provide mode input, perhaps a snippet of your code. Use Improve Question to edit and add these details.

1 solution

1. use StoreProcedure and pass values through sql parameters

2.
else use... Textbox1.Text.Replace("'","''")

1st Method is best approch.

Happy Coding!
:)
 
Share this answer
 
Comments
Archana K 6-May-13 6:44am    
Thanx its working :)
Aarti Meswania 6-May-13 6:54am    
Welcome!
Glad to help you! :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900