i am programming an application which works fine, except that as data are non english, when they are inserted in sql table all of them are inserted like ?????????, when i enter data manually in SQL Table, i can see them correctly in asp.net pages, but when i am thrying to insert data into tables by asp.net pages,they are inserted like ???????
i want to use UTF codepgae for my asp.net pages? how can i do that?
i want to use UTF codepgae for my asp.net pages? how can i do that?