Click here to Skip to main content
15,909,897 members
Home / Discussions / C#
   

C#

 
Questionhttp://www.codeproject.com/csharp/minihttpd.asp Pin
sayangoin7-Nov-05 1:15
sayangoin7-Nov-05 1:15 
AnswerRe: http://www.codeproject.com/csharp/minihttpd.asp Pin
mav.northwind7-Nov-05 20:26
mav.northwind7-Nov-05 20:26 
Questiondownload image over http Pin
g00fyman7-Nov-05 0:54
g00fyman7-Nov-05 0:54 
AnswerRe: download image over http Pin
David Stone7-Nov-05 9:34
sitebuilderDavid Stone7-Nov-05 9:34 
GeneralRe: download image over http Pin
g00fyman7-Nov-05 10:26
g00fyman7-Nov-05 10:26 
GeneralRe: download image over http Pin
Jon Rista8-Nov-05 7:35
Jon Rista8-Nov-05 7:35 
GeneralRe: download image over http Pin
g00fyman8-Nov-05 13:07
g00fyman8-Nov-05 13:07 
QuestionCombining Cells Probs Pin
tadhg887-Nov-05 0:44
tadhg887-Nov-05 0:44 
Hi im trying to concatenate three cells in a database table using this code but when any of the three cells are null the entire name is returned as null im just wondering if anyone knows anyway to solve this or any ideas on how to avoid it. Thanks in advance

select p.firstName + ' ' + p.MiddleName + ' ' + p.LastName as Name
from SquadPlayerMapping spm
join Squad s on s.ID = spm.squadid
join Person p on p.id = spm.playerid
where dateentered <= GetDate()
and dateleft is null
and s.ID = 11
GeneralRe: Combining Cells Probs Pin
Vikram A Punathambekar7-Nov-05 1:58
Vikram A Punathambekar7-Nov-05 1:58 
AnswerRe: Combining Cells Probs Pin
J4amieC7-Nov-05 2:35
J4amieC7-Nov-05 2:35 
QuestionSet File Access (Read/ReadWrite/Write) Pin
M-20006-Nov-05 23:59
M-20006-Nov-05 23:59 
AnswerRe: Set File Access (Read/ReadWrite/Write) Pin
Tom Larsen7-Nov-05 5:52
Tom Larsen7-Nov-05 5:52 
QuestionRe: Set File Access (Read/ReadWrite/Write) Pin
M-20007-Nov-05 21:02
M-20007-Nov-05 21:02 
QuestionHowto download a file from http-site Pin
Ariadne6-Nov-05 23:42
Ariadne6-Nov-05 23:42 
AnswerRe: Howto download a file from http-site Pin
Colin Angus Mackay6-Nov-05 23:51
Colin Angus Mackay6-Nov-05 23:51 
GeneralRe: Howto download a file from http-site Pin
Ariadne6-Nov-05 23:59
Ariadne6-Nov-05 23:59 
GeneralRe: Howto download a file from http-site Pin
Colin Angus Mackay7-Nov-05 1:14
Colin Angus Mackay7-Nov-05 1:14 
AnswerRe: Howto download a file from http-site Pin
Ariadne7-Nov-05 3:00
Ariadne7-Nov-05 3:00 
GeneralRe: Howto download a file from http-site Pin
jkersch7-Nov-05 3:47
jkersch7-Nov-05 3:47 
GeneralRe: Howto download a file from http-site Pin
Ariadne7-Nov-05 4:04
Ariadne7-Nov-05 4:04 
Questionremove the begining of a string Pin
Anthony Mushrow6-Nov-05 22:58
professionalAnthony Mushrow6-Nov-05 22:58 
AnswerRe: remove the begining of a string Pin
User 66586-Nov-05 23:05
User 66586-Nov-05 23:05 
QuestionBreak tags Pin
Brendan Vogt6-Nov-05 22:19
Brendan Vogt6-Nov-05 22:19 
AnswerRe: Break tags Pin
Colin Angus Mackay6-Nov-05 23:42
Colin Angus Mackay6-Nov-05 23:42 
QuestionRe: Break tags Pin
Brendan Vogt9-Nov-05 20:41
Brendan Vogt9-Nov-05 20:41 

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.