I am using the stringBuilder
stringBuilder sb= new StringBuilder();
im having the listbox named listbox1
for (int i = 0; i < listbox1.items.count;i++)
{
sb.Append(listbox1.items[i].value.Tostring() + ",");
}
I want this code to be changed into Linq can anyone help me
Thanks and Regards
Balaji.R
ASP.NET Devloper
Solve-IT corp