Forum: VB.NET Jun 18th, 2008 |
| Replies: 11 Views: 10,267 Dim UploadFileControl As FileUpload
UploadFileControl = ImageFieldID
If UploadFileControl.HasFile Then
UpldFile.Add(UploadFileControl)
//... |
Forum: VB.NET Jun 18th, 2008 |
| Replies: 0 Views: 733 i am trying import contact list from Gmail,Yahoo or Hotmail which is provided with email id/user id and password .
Is There any Solution to access there servers and get the contact list of any... |