Dropdownlist with special characters

T

Tony WONG

One of the value of dropdownlist has a special chinese character (HK
suplementary character set)

i can see that special chinese character in the dropdownlist of the asp.net
form (UTF-8)

however, the gridview (bind to the dropdownlist) cannot be filtered by only
that selected item.

in my very old asp page (Big5), it can be filtered by asp page querystring

i tried to add to change character set from UTF-8 to big5
<globalization
requestEncoding="big5"
responseEncoding="big5"
fileEncoding="big5"/>

it still fails. Grateful for any help?

thanks a lot.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top