Click here to Skip to main content
15,991,071 members

Comments by cdpace (Top 6 by date)

cdpace 24-Apr-13 4:33am View    
Hay m8,

the problem might be from the char-set encoding of utf-8

HttpContext.Current.Response.Charset = "utf-8";

try to change it to a different encoding.
cdpace 22-Nov-12 3:28am View    
Thx Parwej I appreciate your help.
cdpace 8-Mar-11 10:02am View    
I researched a bit and it says that List<string> properties must be serialized but i dont understand how to implement this.
cdpace 8-Mar-11 9:56am View    
I am passing a List of objects as a datasource. A class with the following defenition:

public class MyClass{ public string Name {get;set;}

public List<string> stringitems {get;set}

pubclic List<subclass> subclassitems {get;set;}}
cdpace 8-Mar-11 9:47am View    
Yes I am puting it in a table. But it returns an #error.