thank you. now i can solve this problem.but i don't know later.
> Hi John. It sounds like you might be saving the ASPX files locally using
> the default system code page. If this is the case, you need to either set
> the web server's system locale to Turkish OR save the ASPX files locally
as
> UTF-8 before propagating them to the server. Saving the files as Unicode
> will allow you to keep the Turkish characters intact, but still serve the
> web pages in the encoding specified in web.config.
>
> Cheers,
> Garrett
>
> --------------------
> >From: "John Smith" <mr_sabri@yahoo.com>
> >Subject: turkish character display problem.
> >Date: Tue, 20 Jul 2004 17:22:47 +0300
> >Newsgroups: microsoft.public.dotnet.internationalization
> >
> >hello. i am using vb.net in my asp.net application and i want to display
> turkish chractera on my web pages. but i can't display.
> >i used below codes in web.config file.
> >
> ><globalization requestEncoding="iso-8859-9" responseEncoding="iso-8859-9"
> culture="tr-TR" uiCulture="tr"/>
> >and i used below codes in webpage
> ><%@ Page Language="vb" AutoEventWireup="false"
> Codebehind="savelist.aspx.vb" Inherits="kayittest.savelist"
> codePage="28599" %>
> >above codes are succesfully executing on local iis and i am displayin
> turkish characters ony wep pages. but when i have tried to display this
web
> pages on real web eg.
www.ss.com/kayit/savelist.aspx turkish characters
> aren't displaying. please help me!
> >have a good day to everybody
>
> --
>
> Garrett McGowan [MSFT Developer International]
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> Use of included script samples are subject to the terms specified at
>
http://www.microsoft.com/info/cpyright.htm >