Click here to Skip to main content
15,901,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sendin email through asp.net Pin
pmarfleet23-Mar-08 9:05
pmarfleet23-Mar-08 9:05 
GeneralRe: Sendin email through asp.net Pin
Christian Graus23-Mar-08 11:15
protectorChristian Graus23-Mar-08 11:15 
General[Message Deleted] Pin
Laurence Fineman23-Mar-08 8:25
Laurence Fineman23-Mar-08 8:25 
GeneralRe: Converting an ASP.Net Calendar from German to English Pin
Christian Graus23-Mar-08 11:16
protectorChristian Graus23-Mar-08 11:16 
GeneralRe: Converting an ASP.Net Calendar from German to English Pin
Laurence Fineman23-Mar-08 16:47
Laurence Fineman23-Mar-08 16:47 
GeneralRe: Converting an ASP.Net Calendar from German to English Pin
Laurence Fineman23-Mar-08 17:12
Laurence Fineman23-Mar-08 17:12 
QuestionHow to dynamically display picture in the Image control from some hdd folder. Pin
Chesnokov Yuriy23-Mar-08 0:35
professionalChesnokov Yuriy23-Mar-08 0:35 
GeneralRe: How to dynamically display picture in the Image control from some hdd folder. Pin
N a v a n e e t h23-Mar-08 7:25
N a v a n e e t h23-Mar-08 7:25 
Chesnokov Yuriy wrote:
Image.ImageUrl = @"full hdd path\picture.jpg"


This won't work as it requires virtual path like (/images/someimage.jpg). Also it should be in the virtual directory where project is running.

Chesnokov Yuriy wrote:
How to make it fit say 100x100 sized control so it keeps its aspect ratio?


It won't resize using aspect ratio. You need to create a Bitmap object with required width and height and draw the image to bitmap. Now send this to response, also set content type to image/jpg. I suggest using HTTPHandler for this.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

QuestionRe: How to dynamically display picture in the Image control from some hdd folder. Pin
Chesnokov Yuriy23-Mar-08 8:13
professionalChesnokov Yuriy23-Mar-08 8:13 
GeneralRe: How to dynamically display picture in the Image control from some hdd folder. Pin
MoustafaS23-Mar-08 8:29
MoustafaS23-Mar-08 8:29 
QuestionRe: How to dynamically display picture in the Image control from some hdd folder. Pin
Chesnokov Yuriy23-Mar-08 21:54
professionalChesnokov Yuriy23-Mar-08 21:54 
GeneralRe: How to dynamically display picture in the Image control from some hdd folder. Pin
N a v a n e e t h23-Mar-08 8:42
N a v a n e e t h23-Mar-08 8:42 
QuestionRe: How to dynamically display picture in the Image control from some hdd folder. Pin
Chesnokov Yuriy23-Mar-08 21:49
professionalChesnokov Yuriy23-Mar-08 21:49 
GeneralRe: How to dynamically display picture in the Image control from some hdd folder. Pin
N a v a n e e t h23-Mar-08 22:35
N a v a n e e t h23-Mar-08 22:35 
GeneralI'm having a problem with creating dynamic control (dropdown) on client side & accessing that control on code behind. Pin
mujeeb_4m22-Mar-08 23:29
mujeeb_4m22-Mar-08 23:29 
GeneralRe: I'm having a problem with creating dynamic control (dropdown) on client side & accessing that control on code behind. Pin
Christian Graus23-Mar-08 11:40
protectorChristian Graus23-Mar-08 11:40 
QuestionASP.NET Pin
girbudenis22-Mar-08 21:59
girbudenis22-Mar-08 21:59 
GeneralRe: ASP.NET Pin
Pete O'Hanlon23-Mar-08 10:08
mvePete O'Hanlon23-Mar-08 10:08 
QuestionHow to pass data from business logic to data layer Pin
mukkanti00722-Mar-08 20:08
mukkanti00722-Mar-08 20:08 
AnswerRe: How to pass data from business logic to data layer Pin
N a v a n e e t h22-Mar-08 21:18
N a v a n e e t h22-Mar-08 21:18 
GeneralHide gridviewrow and bind sqldatasource to SelectedValue of first visible row Pin
AlexeiXX322-Mar-08 13:27
AlexeiXX322-Mar-08 13:27 
GeneralPassing Querystring Variable into Codebehind to Query The Database Pin
Paul McGann22-Mar-08 12:35
professionalPaul McGann22-Mar-08 12:35 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Declan Bright22-Mar-08 12:43
Declan Bright22-Mar-08 12:43 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Christian Graus22-Mar-08 13:13
protectorChristian Graus22-Mar-08 13:13 
GeneralRe: Passing Querystring Variable into Codebehind to Query The Database Pin
Christian Graus22-Mar-08 13:11
protectorChristian Graus22-Mar-08 13:11 

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.