I was assigned to do a task.... I have a page with some text boxes and a save button, when I enter values to the textboxes and click save button data will be saved to the databases.
In SQL Server the datatype of all columns is varchar
. In some cases the data will not be saved properly, and click save button at that time no error will be displayed, but all the values will be disappeared.
I think some symbols are not supported using varchar
. I am not sure what was the problem, plz help me