Click here to Skip to main content
16,006,845 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Convert image to binary and back to image Pin
N a v a n e e t h11-Jun-08 16:36
N a v a n e e t h11-Jun-08 16:36 
GeneralRe: Convert image to binary and back to image Pin
J Liang11-Jun-08 17:02
J Liang11-Jun-08 17:02 
GeneralRe: Convert image to binary and back to image Pin
N a v a n e e t h11-Jun-08 17:18
N a v a n e e t h11-Jun-08 17:18 
GeneralRe: Convert image to binary and back to image Pin
J Liang11-Jun-08 17:37
J Liang11-Jun-08 17:37 
GeneralRe: Convert image to binary and back to image Pin
N a v a n e e t h11-Jun-08 17:24
N a v a n e e t h11-Jun-08 17:24 
GeneralRe: Convert image to binary and back to image Pin
J Liang11-Jun-08 19:13
J Liang11-Jun-08 19:13 
GeneralRe: Convert image to binary and back to image Pin
N a v a n e e t h11-Jun-08 20:44
N a v a n e e t h11-Jun-08 20:44 
GeneralRe: Convert image to binary and back to image Pin
J Liang11-Jun-08 22:52
J Liang11-Jun-08 22:52 
After some checking, I tried to do a select statement in Mssql and found out that there are values in the image column of my table (a bunch of alpha numeric)

I'd tried checking the strCpyLogo.Length and it only show me 26.

Now I really lost, not really sure where should I go now.

The piece of code you show me earlier

using (MemoryStream stream = new MemoryStream(strCpyLogo))
                    {
                        using (System.Drawing.Image image = System.Drawing.Image.FromStream(stream))
                        {
                          
                        }
                    }


Is this suppose to help me create a physical jpg file and allow my tag to point to that jpg file? I saw a few example which is uses similar approach as you shown me here.
GeneralRe: Convert image to binary and back to image [modified] Pin
J Liang11-Jun-08 23:12
J Liang11-Jun-08 23:12 
QuestionPlease I nees help with AccessDataSource InsertCommand Pin
nisha428511-Jun-08 13:14
nisha428511-Jun-08 13:14 
AnswerRe: Please I nees help with AccessDataSource InsertCommand Pin
Christian Graus11-Jun-08 15:33
protectorChristian Graus11-Jun-08 15:33 
GeneralRe: Please I nees help with AccessDataSource InsertCommand [modified] Pin
nisha428512-Jun-08 7:51
nisha428512-Jun-08 7:51 
Questiontables Pin
jds120711-Jun-08 9:47
jds120711-Jun-08 9:47 
AnswerRe: tables Pin
Christian Graus11-Jun-08 10:37
protectorChristian Graus11-Jun-08 10:37 
GeneralRe: tables Pin
jds120711-Jun-08 12:03
jds120711-Jun-08 12:03 
Questionhw to get checked rows of gridview which is bubbled with checkboxes in c#.net Pin
senpriya11-Jun-08 9:24
senpriya11-Jun-08 9:24 
AnswerRe: hw to get checked rows of gridview which is bubbled with checkboxes in c#.net Pin
Christian Graus11-Jun-08 9:30
protectorChristian Graus11-Jun-08 9:30 
Questionhw to add pop up calende r in gridview using c# Pin
senpriya11-Jun-08 9:20
senpriya11-Jun-08 9:20 
AnswerRe: hw to add pop up calende r in gridview using c# Pin
Parwej Ahamad11-Jun-08 17:38
professionalParwej Ahamad11-Jun-08 17:38 
Questionhw to add pop up calender in gridview Pin
senpriya11-Jun-08 9:18
senpriya11-Jun-08 9:18 
AnswerRe: hw to add pop up calender in gridview Pin
Christian Graus11-Jun-08 9:31
protectorChristian Graus11-Jun-08 9:31 
Questionhow to set fontsize,color in .cs file(i know to do in .aspx page hw to do in codebehind Pin
senpriya11-Jun-08 9:17
senpriya11-Jun-08 9:17 
AnswerRe: how to set fontsize,color in .cs file(i know to do in .aspx page hw to do in codebehind Pin
Christian Graus11-Jun-08 9:31
protectorChristian Graus11-Jun-08 9:31 
QuestionSimple GridView Question, Really? Anyone help? Pin
Csharp027611-Jun-08 7:52
Csharp027611-Jun-08 7:52 
AnswerRe: Simple GridView Question, Really? Anyone help? Pin
Christian Graus11-Jun-08 8:05
protectorChristian Graus11-Jun-08 8:05 

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.