Click here to Skip to main content
15,902,198 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dropdown box update Pin
N a v a n e e t h25-Sep-08 21:20
N a v a n e e t h25-Sep-08 21:20 
GeneralRe: dropdown box update Pin
UD(IA)25-Sep-08 22:07
UD(IA)25-Sep-08 22:07 
Questiondropdownlist problerm Pin
Kissy1625-Sep-08 20:01
Kissy1625-Sep-08 20:01 
AnswerRe: dropdownlist problerm Pin
N a v a n e e t h25-Sep-08 21:24
N a v a n e e t h25-Sep-08 21:24 
AnswerRe: dropdownlist problerm Pin
meeram39525-Sep-08 21:24
meeram39525-Sep-08 21:24 
Questionmulti coulmn combobox Pin
cse.vidhya25-Sep-08 19:11
cse.vidhya25-Sep-08 19:11 
AnswerRe: multi coulmn combobox Pin
ChandraRam26-Sep-08 0:53
ChandraRam26-Sep-08 0:53 
QuestionFromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ [modified] Pin
Linda1st25-Sep-08 18:30
Linda1st25-Sep-08 18:30 
I have a base64 gif label from UPS that I would like to put in the memory stream and then resize and output to memory stream.
How can I resize the image before writing it to the output stream?

Any help would be appreciated.

byte[] buffer = Convert.FromBase64String(htmlBase64());
Page.Response.Clear();
Page.Response.AddHeader("Content-Disposition", "attachment;
filename=displayImage.jpg;");
Page.Response.AddHeader("Content-Length", buffer.Length.ToString());
Page.Response.ContentType = "application/octetstream";
Page.Response.BinaryWrite(buffer);


Thank You, Signed... Linda

xxx

modified on Friday, September 26, 2008 9:08 AM

AnswerRe: FromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ Pin
Prasanna Kumar Pete25-Sep-08 18:52
Prasanna Kumar Pete25-Sep-08 18:52 
GeneralRe: FromBase64 string -- How to Resize from stream and outpu to stream -- ASP.net C$ Pin
Linda1st26-Sep-08 3:08
Linda1st26-Sep-08 3:08 
Questionasp.net app_code folder sharing between a web application / web service Pin
Member 155433725-Sep-08 18:03
Member 155433725-Sep-08 18:03 
AnswerRe: asp.net app_code folder sharing between a web application / web service Pin
Prasanna Kumar Pete25-Sep-08 18:13
Prasanna Kumar Pete25-Sep-08 18:13 
GeneralRe: asp.net app_code folder sharing between a web application / web service Pin
Member 155433725-Sep-08 20:46
Member 155433725-Sep-08 20:46 
GeneralRe: asp.net app_code folder sharing between a web application / web service Pin
Prasanna Kumar Pete25-Sep-08 21:04
Prasanna Kumar Pete25-Sep-08 21:04 
GeneralRe: asp.net app_code folder sharing between a web application / web service Pin
Member 155433727-Sep-08 16:15
Member 155433727-Sep-08 16:15 
QuestionTiming the call of a .js file Pin
Cyberpulse25-Sep-08 14:50
Cyberpulse25-Sep-08 14:50 
AnswerRe: Timing the call of a .js file Pin
Steve Echols25-Sep-08 17:55
Steve Echols25-Sep-08 17:55 
GeneralRe: Timing the call of a .js file Pin
Cyberpulse26-Sep-08 7:49
Cyberpulse26-Sep-08 7:49 
QuestionScript manager in masterpage Pin
AlexeiXX325-Sep-08 13:24
AlexeiXX325-Sep-08 13:24 
AnswerRe: Script manager in masterpage Pin
Abhijit Jana25-Sep-08 17:04
professionalAbhijit Jana25-Sep-08 17:04 
Questionstoring data in cache [modified] Pin
geekfromindia25-Sep-08 13:14
geekfromindia25-Sep-08 13:14 
AnswerRe: storing data in cache Pin
Abhijit Jana25-Sep-08 17:07
professionalAbhijit Jana25-Sep-08 17:07 
QuestionSet 100% height for divs [modified] Pin
AlexeiXX325-Sep-08 13:02
AlexeiXX325-Sep-08 13:02 
AnswerRe: Set 100% height for divs Pin
Steve Echols25-Sep-08 17:59
Steve Echols25-Sep-08 17:59 
QuestionAutocomplete textbox issue Pin
enthusiastic47725-Sep-08 10:43
enthusiastic47725-Sep-08 10:43 

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.