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
Error occured while running a report. (Exception Of Type (System. OutofMemoryException) was thrown)
Formatting a Western Digital Passport without the VCD or 'Smartware'
redirect on form submit
Unable to connect to shared printer at XP computer (some kind of permission problem)
Database Design Question - SQL Server
Regex for number and string
Team Foundation Server, Visual Studio, Dot Net
merge events from one calendar to specific users calendar
How to configure openldap master slave server in centos5.5
crawl infopath form attachments