Hello everyone,

After my DLL prob (thnx guyz), i know have a new problem .

I have a gridview with several columns, these columns are databinded on my BLL class (wich connects on a dataset). 2 Columns are doubles wich i want to format into currency (Euro's). So i go to the Edit Columns menu on my datagrid and change the dataformatstring into {0:C}. After that i remember that the htmlencode should be false (i love those tutorials(a)). So i set the HTMLencode on false. But nothing happens! Does anybody know what i'm doing wrong? :S