PDA, Web, Desktop, GIS, Field Mapping, KML, UTM, Education, Cartoon

Mobile GIS Delphi Sql Server OpenSocial ASP.Net/C# Google KML RSS
Showing posts with label aspupload. Show all posts
Showing posts with label aspupload. Show all posts

Feb 20, 2008

aspupload issue for checkbox

For Each Item in Upload.Form
If Item.name = "xxxx" Then
if xxxxs = "" then
xxxxs = Item.Value & ","
else
xxxxs = xxxxs & Item.Value & ","
end if
End If
Next