L
Leon
Hi Everybody.
I am streaming Html File.
Dim sReader = New StreamReader(pcFileName)
Dim strInnerHtml As String = sReader.ReadToEnd.ToString
divTemplate.InnerHtml = strInnerHtml
For some reason on the page instead of (') - apostrophe it shows symbol
like this:�
Does anyone know how to fix it?
Thanks in advance
I am streaming Html File.
Dim sReader = New StreamReader(pcFileName)
Dim strInnerHtml As String = sReader.ReadToEnd.ToString
divTemplate.InnerHtml = strInnerHtml
For some reason on the page instead of (') - apostrophe it shows symbol
like this:�
Does anyone know how to fix it?
Thanks in advance