I reading the all xml data from db I want skip some columns how to skip some columns while reading in for loop Is there any way possible to skip
Reading from row node=1 using XMLElement
foreach (DataColumn col in dt.Columns)
{
rowelement.Add(get(col.ColumnName,dr[col.ColumnName].ToString()));
}