Hello,
I have a problem with my gridview encoding.
Let me explain:
- I copy a DataTable in my gridview
- I put in a Session variable the DataTable.
- Then a new page, I call this Session variable to display my GridView except that at that time, the contents thereof has problems with encodings.
I tried to <meta content="text/html; http-equiv="content-type" charset=utf-8" /> on my new page but still the same.
Do you have any idea?
Thanks
Go to the complete details ...