December 18, 2009 Hi. thanks, very good and usfeul code.I did 2 changes:1. Changed List arg type to IList2. Converted ExportCSV to extension like:public static void AsCSVResponse(this string csv, string filename) { }Thx ext. does the same work but now I call CSV EXport like: GetCSV(list).AsCSVResponse(filename);and from client:myList.ExportCSV( myCSV );


トップ   一覧 検索 最終更新   ヘルプ   最終更新のRSS