Microsoft
Software
Hardware
Network
Question : Downloading binary files
Hi,
I have set-up a form that inserts records into a table. One of the fields is varbinary and data is inserted into it via this code:
Dim UploadMSG As FileUpload = _
CType(DetailsView1.FindCon
trol("File
Upload1"),
FileUpload)
e.Values("Data") = UploadMSG.FileBytes
I've now added a gridview control to display the data back. How can I add a field to this that allows the file (which will be msg format) to be opened or downloaded?
Answer : Downloading binary files
Hi there
Try the following:
Dim item As ListViewItem
For Each item In lvMatchedDvid.SelectedItem
s
item.Remove()
Next
Random Solutions
RAID 5 disks dropped from array.
How do i find how many columns a .csv file has?
Query help Max date and count
WER folder
Making an RSS Feed from Mysql
Looking for tool that automatically generates SharePoint stsadm -migrate user scripts, when renaming a user in Active Directory
how many app roles in each DB
Menu And Toolbar Items in Visual Basic .net
vb.net ftp doesnt work right
Quickbooks getting starte code