hey ppl
i got it to work using the ff code:
Dim strFileNamePath As String
strFileNamePath = System.IO.Path.GetFullPath(fileName)
Dim myFile As System.IO.FileInfo = New System.IO.FileInfo(strFileNamePath)
HttpContext.Current.Response.Clear()...
I'm trying to download a word document into a ZIP file. Basically, the page appears as a page.aspx window. When I try and force the download (forcing the file name to be .zip), the download still specifies a .aspx to be saved. What can I do to force a .zip to be downloaded (especially in the...
I have an application that runs on COM objects. Basically what we're trying to do is to download to a file the contents of the page. Thing is, it works perfectly in Win2K but in XP, it gets the ff message exception:
Event Type: Error
Event Category: None
Event ID: 0
General Information...
I downloaded a script from the internet for pop up calendars. Basically, it works fine but when the image pops to a space where there are drop down listboxes, the listboxes seem to be on top of the generated calendar image.
Help please!thanks guys!
Hi.
I'm having a problem regarding access of the onclick event of a dropdownlist in javascript. It seems that during the onclick event, the javascript cannot catch the SelectedIndex that I chose..rather..it always defaults to the 0 index:
Here's the code:
<script language='javascript'>
<!--...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.