asp.net Loop through Datalist and get values of non-control items on button click
- by John
Loop through Datalist and get values of non-control items( cell values?) on button click
for (int i = 0; i < datalist1.Items.Count; i++)
{
datalist1.Items[i].
}