如何从数据库中获取撇号?

How to get apostrophe from database?

InformationTable

Father's name   
Mother's name
Id
Email

当我从 sql 服务器数据库 table InformationTable 在我的 asp.net mvc 3 应用程序中检索这些值时,我发现了这些项目像 父亲的名字

我该怎么做?
提前致谢

将其用于 asp

中的 mvc
@Html.Raw(HttpUtility.HtmlDecode(**Value**))