PS: sul DataSet è impossibile fare "IF DataSet.Rows.Count > 0". Devi farlo sulla sua prima tabella (quella con indice 0). Il dataset non ha la proprietà "Rows"...
Cioè dovresti controllare se:
NomeDataSet.Tables[0].Rows.Count > 0
PS: sul DataSet è impossibile fare "IF DataSet.Rows.Count > 0". Devi farlo sulla sua prima tabella (quella con indice 0). Il dataset non ha la proprietà "Rows"...
Cioè dovresti controllare se:
NomeDataSet.Tables[0].Rows.Count > 0
press play on tape
-----
MP3 Listing
https://sourceforge.net/projects/mp3-listing
File Listing
https://sourceforge.net/projects/file-listing-2-0/