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
Help with Radio buttons in Excel
Non Domain Users Accessing a Share on a Domain server
How to solve run-time error 459 on referencing a form still being loaded but not quite opened yet?
Loading Multiple RSS feeds into specific Divs
Help filtering on derived column
pass parameter value with wild card
Cheap Gateway/Firewall Solution
Exchange 2010 External OWA Problem
excel userform textbox cannot setfocus to itself
Windows XP / 7 Script Needed