encoding

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi to all
i woek in a web application that need to write aribic data to sqlserver
in webpage arabic apper
when i write in the table in sql arabic that save arabic
but when i write from .net to sqlsever the arabic is not appering
thanks
 
Try saving your page as unicode. To do this choose File -> Save <filename>
as... From the dialog there is an arrow next to the Save button. Choose Save
with Encoding... and select unicode or the encoding of your choice. This
should allow the page to display any character.

HTH
 
thanks in the web page all encoding apper the problem is when i save data
from web page to sqlserver the data in the sqlserver is saved but not in
arabic
 
Back
Top