string[] ids = {"2343","2344","2345"};
string idString = String.Join(",",ids);
Response.Write(idString);
No comments:
Post a Comment