Click here to Skip to main content
15,895,423 members
Home / Discussions / C#
   

C#

 
AnswerRe: MyTableGenerator - Kickstart C#, Your First Program for your Kid in few simple Steps. Pin
EliottA10-Feb-09 5:08
EliottA10-Feb-09 5:08 
AnswerRe: MyTableGenerator - Kickstart C#, Your First Program for your Kid in few simple Steps. Pin
Pete O'Hanlon10-Feb-09 10:43
mvePete O'Hanlon10-Feb-09 10:43 
QuestionDLL and C# classes Pin
ScotDolan10-Feb-09 4:36
ScotDolan10-Feb-09 4:36 
AnswerRe: DLL and C# classes Pin
led mike10-Feb-09 4:49
led mike10-Feb-09 4:49 
Questiongroup/ungroup of graphic objects.... Pin
priyareguri10-Feb-09 4:31
priyareguri10-Feb-09 4:31 
AnswerRe: group/ungroup of graphic objects.... Pin
musefan10-Feb-09 4:36
musefan10-Feb-09 4:36 
QuestionCannot implicitly convert type 'System.Drawing.Image' to 'string' Pin
abbd10-Feb-09 4:28
abbd10-Feb-09 4:28 
AnswerRe: Cannot implicitly convert type 'System.Drawing.Image' to 'string' Pin
vaghelabhavesh10-Feb-09 4:48
vaghelabhavesh10-Feb-09 4:48 
I think you are getting confused between PictureBox control and image itself. Picturebox is a control and you can assign any image to it in Windows forms. where as in asp.net Image is image itself. You need to specify either the url of the image or you can write the image to Response.Outputstream to display it on web page. You can't
set the Image in web application as you can set it in windows app.


In short you need to save the image to temp folder and set the ImageUrl property

OR

Write the image to Response's Outputstream as byte.
GeneralRe: Cannot implicitly convert type 'System.Drawing.Image' to 'string' Pin
abbd10-Feb-09 4:54
abbd10-Feb-09 4:54 
QuestionWhy do i get This Error ?????? Pin
snouto10-Feb-09 3:40
snouto10-Feb-09 3:40 
AnswerRe: Why do i get This Error ?????? Pin
Nagy Vilmos10-Feb-09 3:47
professionalNagy Vilmos10-Feb-09 3:47 
Questionconversion of strings Pin
Markie O'man10-Feb-09 3:06
Markie O'man10-Feb-09 3:06 
AnswerRe: conversion of strings Pin
Ennis Ray Lynch, Jr.10-Feb-09 3:22
Ennis Ray Lynch, Jr.10-Feb-09 3:22 
QuestionDataGrid Pin
mrithula810-Feb-09 2:39
mrithula810-Feb-09 2:39 
AnswerRe: DataGrid Pin
vaghelabhavesh10-Feb-09 3:27
vaghelabhavesh10-Feb-09 3:27 
AnswerRe: DataGrid Pin
musefan10-Feb-09 3:54
musefan10-Feb-09 3:54 
QuestionContent Type Pin
Stephen Lintott10-Feb-09 2:31
Stephen Lintott10-Feb-09 2:31 
AnswerRe: Content Type Pin
Ennis Ray Lynch, Jr.10-Feb-09 3:24
Ennis Ray Lynch, Jr.10-Feb-09 3:24 
GeneralRe: Content Type Pin
Stephen Lintott10-Feb-09 3:51
Stephen Lintott10-Feb-09 3:51 
GeneralRe: Content Type Pin
J4amieC10-Feb-09 4:06
J4amieC10-Feb-09 4:06 
GeneralRe: Content Type Pin
Stephen Lintott10-Feb-09 19:11
Stephen Lintott10-Feb-09 19:11 
QuestionHow to clone a network in c#? Pin
Harish (Developer)10-Feb-09 2:25
Harish (Developer)10-Feb-09 2:25 
AnswerRe: How to clone a network in c#? Pin
ABitSmart10-Feb-09 2:43
ABitSmart10-Feb-09 2:43 
GeneralRe: How to clone a network in c#? Pin
Harish (Developer)10-Feb-09 18:21
Harish (Developer)10-Feb-09 18:21 
QuestionEncode Word file to base 64 digits Pin
abbd10-Feb-09 2:25
abbd10-Feb-09 2:25 

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.