2

InformationTable

Father's name   
Mother's name
Id
Email

When i am retrieving these value from my sql server database table InformationTable in my asp.net mvc 3 application i found these item like Father&#39 ;s Name

How do i do it?
Thanks in advance

Joy Acharya
  • 680
  • 1
  • 10
  • 18

1 Answers1

3

Use it for mvc in asp

@Html.Raw(HttpUtility.HtmlDecode(**Value**))
Gin Uchiha
  • 574
  • 6
  • 18