Click here to Skip to main content
15,922,696 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Not Active20-Dec-07 5:06
mentorNot Active20-Dec-07 5:06 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Christian Graus20-Dec-07 9:50
protectorChristian Graus20-Dec-07 9:50 
GeneralRe: Insert Multiple AuthorID under a BookISBN Pin
Sarfaraj Ahmed21-Dec-07 0:15
Sarfaraj Ahmed21-Dec-07 0:15 
QuestionGridview sorting Pin
Sunil Wise20-Dec-07 2:13
professionalSunil Wise20-Dec-07 2:13 
GeneralRe: Gridview sorting Pin
Christian Graus20-Dec-07 9:51
protectorChristian Graus20-Dec-07 9:51 
QuestionRe: Gridview sorting Pin
Sunil Wise20-Dec-07 18:24
professionalSunil Wise20-Dec-07 18:24 
GeneralConverting a byte array into System.Web.UI.HtmlControls.HtmlImage Pin
mareers20-Dec-07 1:50
mareers20-Dec-07 1:50 
GeneralRe: Converting a byte array into System.Web.UI.HtmlControls.HtmlImage Pin
pmarfleet20-Dec-07 2:28
pmarfleet20-Dec-07 2:28 
mareers wrote:
Can any body post some links or info. to convert a byte array into html image?


There's no such thing as a HTML image. You can display an image on a web page by using an <img> tag that points to the URL that represents the image resource.

You could either:

1. Save your image to a file and point an tag to the URL for that file.
2. Create an ASPX page that writes the binary data for the image to the output stream and point an tag to the URL for that page.
3. Write a custom HTTP handler to service image requests and reference it in a similar way to 2.

Perform a Google search for any of these and you should find plenty of relevent information.
Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: Converting a byte array into System.Web.UI.HtmlControls.HtmlImage Pin
ScotterMonkey23-Oct-09 16:27
ScotterMonkey23-Oct-09 16:27 
GeneralKnow The Problem Pin
keyto20-Dec-07 0:44
keyto20-Dec-07 0:44 
GeneralRe: Know The Problem Pin
pmarfleet20-Dec-07 2:18
pmarfleet20-Dec-07 2:18 
GeneralRe: Know The Problem Pin
Not Active20-Dec-07 4:57
mentorNot Active20-Dec-07 4:57 
GeneralRe: Know The Problem Pin
Christian Graus20-Dec-07 9:52
protectorChristian Graus20-Dec-07 9:52 
General[Message Deleted] Pin
.NET- India 19-Dec-07 23:24
.NET- India 19-Dec-07 23:24 
GeneralRe: Master Page in ASP.NET Pin
Christian Graus19-Dec-07 23:40
protectorChristian Graus19-Dec-07 23:40 
GeneralRe: [Message Deleted] Pin
Paddy Boyd20-Dec-07 1:12
Paddy Boyd20-Dec-07 1:12 
GeneralRe: [Message Deleted] Pin
.NET- India 20-Dec-07 1:15
.NET- India 20-Dec-07 1:15 
GeneralRe: [Message Deleted] Pin
Christian Graus20-Dec-07 9:56
protectorChristian Graus20-Dec-07 9:56 
GeneralRe: [Message Deleted] Pin
Paul Conrad23-Dec-07 7:56
professionalPaul Conrad23-Dec-07 7:56 
QuestionPaging problem in datagrid Pin
kinnuP19-Dec-07 22:39
kinnuP19-Dec-07 22:39 
GeneralRe: Paging problem in datagrid Pin
Paul Conrad22-Dec-07 9:31
professionalPaul Conrad22-Dec-07 9:31 
GeneralGrid view row height Pin
Anuradha61219-Dec-07 22:05
Anuradha61219-Dec-07 22:05 
AnswerRe: Grid view row height Pin
boy.pockets20-Dec-07 12:10
boy.pockets20-Dec-07 12:10 
GeneralDisplay an System.Drawing.Image on a aspx webpage Pin
anderslundsgard19-Dec-07 21:53
anderslundsgard19-Dec-07 21:53 
GeneralRe: Display an System.Drawing.Image on a aspx webpage Pin
Hesham Amin19-Dec-07 23:29
Hesham Amin19-Dec-07 23:29 

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.