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 1+0 with 2 drives
Connecting two SAN units
VBS Code Assistance
word 2007 page numbers
Why cant I see my email address, name, and email box
A comment triggers image display in IE6
Host_Name returning wrong computer name
exchange 2003 forward mail to Gmail
How to provide an additional/extra dll file when deployin a feature in sharepoint?
NAT Watchguard question two exchange servers, mail not going out.