Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
AnswerRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
Luc Pattyn10-Feb-09 7:12
sitebuilderLuc Pattyn10-Feb-09 7:12 
GeneralRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
abbd10-Feb-09 21:53
abbd10-Feb-09 21:53 
AnswerRe: 'WindowsApplication1.encode.Image' to 'System.Drawing.Image' Pin
Luc Pattyn11-Feb-09 0:06
sitebuilderLuc Pattyn11-Feb-09 0:06 
QuestionSQLServer Query Problem - Solved ... thx Pin
benny merkle10-Feb-09 4:50
benny merkle10-Feb-09 4:50 
AnswerRe: SQLServer Query Problem Pin
musefan10-Feb-09 4:57
musefan10-Feb-09 4:57 
GeneralRe: SQLServer Query Problem Pin
benny merkle10-Feb-09 5:09
benny merkle10-Feb-09 5:09 
GeneralRe: SQLServer Query Problem Pin
musefan10-Feb-09 5:17
musefan10-Feb-09 5:17 
AnswerRe: SQLServer Query Problem Pin
Ennis Ray Lynch, Jr.10-Feb-09 5:36
Ennis Ray Lynch, Jr.10-Feb-09 5:36 
the FOR XML option returns the data in one, zero-indexed, column. reader[1] accesses a column that would not exists. reader[0], however, would refer to the xml data returned in the query.

Also, as a personal nit to pick. reader[0] will contain an object based on the type. While calling ToString is effective, it is not correct. (string)reader[0] and reader.GetString(0) would be more correct.


Need custom software developed? I do C# development and consulting all over the United States.


If you don't ask questions the answers won't stand in your way.


Doing a job is like selecting a mule, you can't choose just the front half xor the back half so when you ask me to do a job don't expect me to do it half-assed.


GeneralRe: SQLServer Query Problem Pin
benny merkle10-Feb-09 23:05
benny merkle10-Feb-09 23:05 
GeneralRe: SQLServer Query Problem Pin
Ennis Ray Lynch, Jr.11-Feb-09 2:45
Ennis Ray Lynch, Jr.11-Feb-09 2:45 
AnswerRe: SQLServer Query Problem Pin
benny merkle11-Feb-09 2:53
benny merkle11-Feb-09 2:53 
QuestionMyTableGenerator - Kickstart C#, Your First Program for your Kid in few simple Steps. Pin
three6t10-Feb-09 4:49
three6t10-Feb-09 4:49 
AnswerRe: MyTableGenerator - Kickstart C#, Your First Program for your Kid in few simple Steps. Pin
musefan10-Feb-09 4:55
musefan10-Feb-09 4:55 
AnswerRe: MyTableGenerator - Kickstart C#, Your First Program for your Kid in few simple Steps. Pin
EliottA10-Feb-09 4:57
EliottA10-Feb-09 4:57 
GeneralRe: MyTableGenerator - Kickstart C#, Your First Program for your Kid in few simple Steps. Pin
musefan10-Feb-09 4:59
musefan10-Feb-09 4:59 
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 
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 

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.