Click here to Skip to main content
15,888,286 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to display product pictures with standart size? Pin
Muhammad Mazhar22-Jul-09 5:45
Muhammad Mazhar22-Jul-09 5:45 
GeneralRe: How to display product pictures with standart size? Pin
Ersan Ercek22-Jul-09 6:34
Ersan Ercek22-Jul-09 6:34 
GeneralRe: How to display product pictures with standart size? Pin
Muhammad Mazhar22-Jul-09 6:39
Muhammad Mazhar22-Jul-09 6:39 
GeneralRe: How to display product pictures with standart size? Pin
Ersan Ercek22-Jul-09 7:46
Ersan Ercek22-Jul-09 7:46 
QuestionInstallation Mono on Windows XP Pin
Member 265045322-Jul-09 4:08
Member 265045322-Jul-09 4:08 
AnswerRe: Installation Mono on Windows XP Pin
Manas Bhardwaj22-Jul-09 5:02
professionalManas Bhardwaj22-Jul-09 5:02 
QuestionASP:Image Control Pin
Amit Patel198522-Jul-09 4:01
Amit Patel198522-Jul-09 4:01 
AnswerRe: ASP:Image Control Pin
Muhammad Mazhar22-Jul-09 4:39
Muhammad Mazhar22-Jul-09 4:39 
For this you need to make use of Bitmap class. First create a bitmap object and then process streamed data to create a bitmap image. For this search any topic that help you about creating bitmap images using .Net and finally all you need is to call save on this bitmap image providing it the response stream and image type like
bitmap.Save(Response.OutputStream, ImageFormat.Jpeg);

Hopefully it will help

cheers!

Share your experience with others
Check my Blog...

AnswerRe: ASP:Image Control Pin
Rutvik Dave23-Jul-09 11:39
professionalRutvik Dave23-Jul-09 11:39 
Questionerror creating directory in ftp : access Denied Pin
Dhrumil_Shukla22-Jul-09 2:43
Dhrumil_Shukla22-Jul-09 2:43 
AnswerRe: error creating directory in ftp : access Denied Pin
SeMartens22-Jul-09 3:03
SeMartens22-Jul-09 3:03 
AnswerRe: error creating directory in ftp : access Denied Pin
Brij22-Jul-09 3:10
mentorBrij22-Jul-09 3:10 
AnswerRe: error creating directory in ftp : access Denied Pin
Abhijit Jana22-Jul-09 3:27
professionalAbhijit Jana22-Jul-09 3:27 
AnswerRe: error creating directory in ftp : access Denied Pin
Vasudevan Deepak Kumar22-Jul-09 3:34
Vasudevan Deepak Kumar22-Jul-09 3:34 
AnswerRe: error creating directory in ftp : access Denied Pin
Abhishek Sur22-Jul-09 3:37
professionalAbhishek Sur22-Jul-09 3:37 
QuestionCreating dynimic text boxes on selection of drop down list Pin
jrsreenivas22-Jul-09 2:26
jrsreenivas22-Jul-09 2:26 
AnswerRe: Creating dynimic text boxes on selection of drop down list Pin
Abhijit Jana22-Jul-09 3:39
professionalAbhijit Jana22-Jul-09 3:39 
GeneralRe: Creating dynimic text boxes on selection of drop down list Pin
jrsreenivas22-Jul-09 3:50
jrsreenivas22-Jul-09 3:50 
GeneralRe: Creating dynimic text boxes on selection of drop down list Pin
Abhijit Jana22-Jul-09 5:16
professionalAbhijit Jana22-Jul-09 5:16 
AnswerRe: Creating dynimic text boxes on selection of drop down list Pin
Abhishek Sur22-Jul-09 3:42
professionalAbhishek Sur22-Jul-09 3:42 
GeneralRe: Creating dynimic text boxes on selection of drop down list Pin
jrsreenivas22-Jul-09 3:48
jrsreenivas22-Jul-09 3:48 
QuestionRunning ASP.NET web project with unsafe C# code Pin
Chesnokov Yuriy22-Jul-09 2:23
professionalChesnokov Yuriy22-Jul-09 2:23 
AnswerRe: Running ASP.NET web project with unsafe C# code Pin
Chesnokov Yuriy22-Jul-09 19:31
professionalChesnokov Yuriy22-Jul-09 19:31 
Questionhandling add contact event in outlook 07 Pin
ACMA_198022-Jul-09 1:05
ACMA_198022-Jul-09 1:05 
AnswerRe: handling add contact event in outlook 07 Pin
Manas Bhardwaj22-Jul-09 1:08
professionalManas Bhardwaj22-Jul-09 1:08 

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.