Click here to Skip to main content
15,887,027 members

Comments by cechode (Top 23 by date)

cechode 8-May-14 13:42pm View    
Reason for my vote of 1 \n this is not an article i'm sorry.
cechode 2-Aug-12 13:20pm View    
yeah :) "MyItems is always empty" i am looking for the appropriate way to get a list of myitems with the main object (myclass) back to the server to that i can store it. as of now the value of MyItems is always an empty list. ( do you know where i can find a tutorial that explains this a bit? ( everything i saw so far only deals with a simple object with string/int/date properties. or a master detail scenario ( which this is not )
cechode 12-Dec-11 19:50pm View    
Deleted
Reason for my vote of 1
might as well be a tip on how to declare an int.
cechode 11-Oct-11 11:04am View    
Deleted
Reason for my vote of 5
i like it better than mine
cechode 18-Jul-11 16:13pm View    
Deleted
Are you missing the keyword dynamic in your

var p = result as IDictionary<string,>;

otherwise looks good :)