all groups > inetserver asp general > august 2003 > threads for sunday august 3
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Export to Excel From ASP: Text Data Interpretation issue
Posted by Saur at 8/3/2003 6:12:11 PM
Hi,
I am using an export to excel functionality from my ASP
page.
I have set the content type as
Response.ContentType = "application/vnd.ms-excel"
The data i am exporting has values like 1-2, 2-5
Now when they get exported to excel, these values get
exported as 1-02-2003,2-05-2003.
T... more >>
stay on the submitting page
Posted by webmaster NO[at]SPAM databyggarna.com at 8/3/2003 3:38:33 PM
Hi
Maybee a little bit of topic, but is it possible to stay on the
submitting page once you've clicked submit.
This is to get processing done on page B when you submit on page A,
and the page should not change. Normally I use a response.redirect to
the submitting page, but that can't be done in... more >>
Bulletin Board Forum w/ Email Posting
Posted by Gerald S at 8/3/2003 3:06:22 PM
Hello All,
I am looking for an asp-based bulletin board forum where users can post via
email or the standard web interface. Similar to Yahoo Groups. I have
looked an my asp forums, but most do not allow for message posting via
email.
Thanks,
Gerald
... more >>
VBScript and ASP
Posted by Mini Me at 8/3/2003 1:40:39 PM
Can I copy code from a .ASP page into a .VBS file and execute it?
I need to run code in an ASP page in a daily event on the server.
Thanks!
--Dave... more >>
Creating a new asp.net project on a remote webserver
Posted by rr at 8/3/2003 12:56:48 PM
Environment:
Development PC: W2K Professional
WebServer: W2K Server, IIS 5.0
Peer-to-Peer network
I'd like to create a new asp.net project on a remote server (not on the
local (development) machine. I have looked for info on how to do this, but
all I can find are instructions on how to crea... more >>
Server.Transfer and image path
Posted by Kevin Vogler at 8/3/2003 12:10:17 PM
I have a subdirectory with it's own images folder. All the image paths in
the pages in the sub directory are "image/image.jpg" When I
Response.Redirect to a page in the subdirectory the images are fine but when
I use Server.Transfer all the links are broken. I'd prefer to use the
relative pat... more >>
|