Hi
I have a list and I want to return all of the field names.
Something like
List<ListName> ls = new List<ListName>();
Foreach (Column in ls.Columns)
{
---getting the column name with Column.Name
}
any ideas?
Thanks in advance
...
Go to the complete details ...