2
Answers

how return DataTable

java_j2ee

java_j2ee

20y
2k
1
i need a method that return DataTable,but can not return.the method like under: [WebMethod] public DataTable GetDt() { DataTable dt = new DataTable(); return dt; } error message means can not Serializable thanks
Answers (2)