From: Alessandro P. <pet...@in...> - 2004-02-26 19:03:10
|
Hi, I have an unicode_fss db (I need to develop a Japanese application) and an asp.net DataGrid. All fields are shown correctly except those for which I call declarative databinding, for example: <%# DataBinder.Eval(Container.DataItem, "OUT_CHANNEL", "<img src=\"img/{0}.gif\">") %> The field OUT_CHANNEL is return from a stored procedure and is a char(1). I should expect values like 'P' or 'E', but instead they are returned as 'P ' or 'E '. Any idea? Meanwhile I'll trying to investigate this item further. Ciao, Alessandro Petrelli. |