string[] ids = {"2343","2344","2345"};
string idString = String.Join(",",ids);
Response.Write(idString);
ref developerfusion.com
I am not sure all information 100% correct. Some information getting from internet sites. Main theme of this blog is own reference....
string[] ids = {"2343","2344","2345"};
string idString = String.Join(",",ids);
Response.Write(idString);
ref developerfusion.com
int[] s = { 1, 2, 3, 3, 4};
int[] q = s.Distinct().ToArray();
ref: http://stackoverflow.com/questions/9673/remove-duplicates-from-array
SET NOCOUNT ON for your temp table.
ref: http://galahtech.stinkbugonline.com/forum/index.php?topic=12967.0