Click here to Skip to main content
16,004,977 members
Home / Discussions / C#
   

C#

 
GeneralRe: how can we bind datagrid with custom collection Pin
333soori20-Nov-06 23:34
333soori20-Nov-06 23:34 
GeneralRe: how can we bind datagrid with custom collection Pin
A T I F21-Nov-06 2:57
A T I F21-Nov-06 2:57 
QuestionConverting image to Base64? Pin
Support12320-Nov-06 22:14
Support12320-Nov-06 22:14 
AnswerRe: Converting image to Base64? Pin
Guffa20-Nov-06 23:44
Guffa20-Nov-06 23:44 
GeneralRe: Converting image to Base64? Pin
Support12321-Nov-06 0:02
Support12321-Nov-06 0:02 
GeneralRe: Converting image to Base64? Pin
Guffa21-Nov-06 0:31
Guffa21-Nov-06 0:31 
GeneralRe: Converting image to Base64? Pin
Support12323-Nov-06 3:48
Support12323-Nov-06 3:48 
AnswerRe: Converting image to Base64? Pin
Guffa23-Nov-06 7:59
Guffa23-Nov-06 7:59 
You can't convert an image into base 64 format, as base 64 is not an image format. Converting from one image format to another is for example converting a GIF image into a JPEG image. What you convert into base 64 is the image file data, not the image itself.

If you want to send the image data in the current format, there is no need to unpack it into an Image object only to re-pack it back to the same format. All you do is use a lot of processing time for nothing, and possibly cause degradation of the image quality.


---
b { font-weight: normal; }

GeneralRe: Converting image to Base64? Pin
Support12323-Nov-06 20:23
Support12323-Nov-06 20:23 
GeneralRe: Converting image to Base64? Pin
Support12324-Nov-06 0:42
Support12324-Nov-06 0:42 
QuestionEmail Pin
daniel9920-Nov-06 21:51
daniel9920-Nov-06 21:51 
AnswerRe: Email Pin
Christian Graus20-Nov-06 21:54
protectorChristian Graus20-Nov-06 21:54 
AnswerRe: Email Pin
lost in transition 21-Nov-06 4:42
lost in transition 21-Nov-06 4:42 
Question3D in c# Pin
amin saffari20-Nov-06 21:16
amin saffari20-Nov-06 21:16 
AnswerRe: 3D in c# Pin
Christian Graus20-Nov-06 21:55
protectorChristian Graus20-Nov-06 21:55 
GeneralRe: 3D in c# Pin
lmoelleb20-Nov-06 22:38
lmoelleb20-Nov-06 22:38 
GeneralRe: 3D in c# Pin
amin saffari20-Nov-06 23:38
amin saffari20-Nov-06 23:38 
AnswerRe: 3D in c# Pin
klanglieferant20-Nov-06 23:54
klanglieferant20-Nov-06 23:54 
QuestionHow can we disable individual nodes in a treeview in .Net? Pin
TinyTin20-Nov-06 21:01
TinyTin20-Nov-06 21:01 
AnswerRe: How can we disable individual nodes in a treeview in .Net? Pin
Christian Graus20-Nov-06 21:55
protectorChristian Graus20-Nov-06 21:55 
AnswerRe: How can we disable individual nodes in a treeview in .Net? Pin
ednrgc21-Nov-06 1:58
ednrgc21-Nov-06 1:58 
GeneralRe: How can we disable individual nodes in a treeview in .Net? Pin
TinyTin21-Nov-06 17:50
TinyTin21-Nov-06 17:50 
GeneralRe: How can we disable individual nodes in a treeview in .Net? Pin
lmoelleb21-Nov-06 20:40
lmoelleb21-Nov-06 20:40 
QuestionPopulate treeview from database Pin
GermanDM20-Nov-06 20:52
GermanDM20-Nov-06 20:52 
AnswerRe: Populate treeview from database Pin
Christian Graus20-Nov-06 21:56
protectorChristian Graus20-Nov-06 21:56 

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.