Click here to Skip to main content
15,914,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questioncompress Pin
aref8720-Aug-08 9:53
aref8720-Aug-08 9:53 
AnswerRe: compress Pin
Christian Graus20-Aug-08 15:10
protectorChristian Graus20-Aug-08 15:10 
GeneralRe: compress Pin
aref8720-Aug-08 15:26
aref8720-Aug-08 15:26 
GeneralRe: compress Pin
Christian Graus20-Aug-08 15:50
protectorChristian Graus20-Aug-08 15:50 
GeneralRe: compress Pin
aref8720-Aug-08 19:48
aref8720-Aug-08 19:48 
GeneralRe: compress Pin
aref8721-Aug-08 22:01
aref8721-Aug-08 22:01 
GeneralRe: compress Pin
aref8722-Aug-08 3:12
aref8722-Aug-08 3:12 
QuestionData to temporary XLS with Multiple Worksheets and then emailed. Pin
gamerdrew20-Aug-08 9:16
gamerdrew20-Aug-08 9:16 
Hi,
This is a rather obscure question but:

I was wondering if there was a way that when a user clicks a button to take data(either in a single or multiple datagrids, or arraylist etc,doesnt matter) and store it in a xls with multiple worksheets and then email it as an attachement? All automatically without using Response.ContentType = "application/ms-excel" or Response.ContentType = "application/vnd.ms-excel" or any other technique that will open up excel on the clients machine? Currently I use my sqlserver 2000 database(xp_smtp_sendmail stored procedure) to send the email.

So far my only idea is to use the server side technique of having excel installed on my web server. Create a template of the file I want on the server and having it fill in the relevant data each time it needs to be sent. Then send the absolute path as a parameter to my database that will then email it as an attachment.

My only other idea would be to use the client to create the xls file and then instead of having it open on the client, have it be sent to the server and then emailed?

Sorry if this is confusing, I will be happy to elaborate,
thanks,
Drew.
AnswerRe: Data to temporary XLS with Multiple Worksheets and then emailed. Pin
gamerdrew20-Aug-08 10:44
gamerdrew20-Aug-08 10:44 
AnswerRe: Data to temporary XLS with Multiple Worksheets and then emailed. Pin
Jörgen Andersson20-Aug-08 11:02
professionalJörgen Andersson20-Aug-08 11:02 
QuestionFCK editor Pin
shadow1720-Aug-08 6:19
shadow1720-Aug-08 6:19 
AnswerRe: FCK editor Pin
led mike20-Aug-08 9:40
led mike20-Aug-08 9:40 
QuestionJapanese currency symbol is displaying a single strikethrough on “Y” (i.e. “¥”) instead of double strikethrough (i.e. “¥”). Pin
mdpavel20-Aug-08 4:29
mdpavel20-Aug-08 4:29 
AnswerRe: Japanese currency symbol is displaying a single strikethrough on “Y” (i.e. “¥”) instead of double strikethrough (i.e. “¥”). Pin
Manas Bhardwaj20-Aug-08 5:19
professionalManas Bhardwaj20-Aug-08 5:19 
AnswerRe: Japanese currency symbol is displaying a single strikethrough on “Y” (i.e. “¥”) instead of double strikethrough (i.e. “¥”). Pin
Jörgen Andersson20-Aug-08 5:55
professionalJörgen Andersson20-Aug-08 5:55 
QuestionConvert XML file to an ASPX page Pin
Krishnaraj Barvathaya B20-Aug-08 3:08
Krishnaraj Barvathaya B20-Aug-08 3:08 
AnswerRe: Convert XML file to an ASPX page Pin
Abhijit Jana20-Aug-08 4:14
professionalAbhijit Jana20-Aug-08 4:14 
AnswerRe: Convert XML file to an ASPX page Pin
Manas Bhardwaj20-Aug-08 4:27
professionalManas Bhardwaj20-Aug-08 4:27 
GeneralRe: Convert XML file to an ASPX page Pin
Krishnaraj Barvathaya B20-Aug-08 4:49
Krishnaraj Barvathaya B20-Aug-08 4:49 
GeneralRe: Convert XML file to an ASPX page Pin
Christian Graus20-Aug-08 15:11
protectorChristian Graus20-Aug-08 15:11 
QuestionListbox-Multiple selection Pin
dhandapani8420-Aug-08 2:46
dhandapani8420-Aug-08 2:46 
AnswerRe: Listbox-Multiple selection Pin
Manas Bhardwaj20-Aug-08 2:48
professionalManas Bhardwaj20-Aug-08 2:48 
GeneralRe: Listbox-Multiple selection Pin
dhandapani8422-Aug-08 0:53
dhandapani8422-Aug-08 0:53 
AnswerRe: Listbox-Multiple selection Pin
Brij20-Aug-08 2:51
mentorBrij20-Aug-08 2:51 
GeneralRe: Listbox-Multiple selection Pin
dhandapani8422-Aug-08 0:51
dhandapani8422-Aug-08 0:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.