Click here to Skip to main content
15,893,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp.net ebooks Pin
Christian Graus28-Oct-08 21:07
protectorChristian Graus28-Oct-08 21:07 
GeneralRe: asp.net ebooks Pin
Vimalsoft(Pty) Ltd28-Oct-08 21:10
professionalVimalsoft(Pty) Ltd28-Oct-08 21:10 
GeneralRe: asp.net ebooks Pin
Colin Angus Mackay28-Oct-08 22:40
Colin Angus Mackay28-Oct-08 22:40 
GeneralRe: asp.net ebooks Pin
Vimalsoft(Pty) Ltd28-Oct-08 22:45
professionalVimalsoft(Pty) Ltd28-Oct-08 22:45 
AnswerRe: asp.net ebooks Pin
LloydA11129-Oct-08 5:38
LloydA11129-Oct-08 5:38 
QuestionHelp: how to convert a colume(float type) from NULL to float 0.0 in SQL2005 Pin
chenayang28-Oct-08 15:20
chenayang28-Oct-08 15:20 
AnswerRe: Help: how to convert a colume(float type) from NULL to float 0.0 in SQL2005 Pin
Christian Graus28-Oct-08 19:25
protectorChristian Graus28-Oct-08 19:25 
AnswerRe: Help: how to convert a colume(float type) from NULL to float 0.0 in SQL2005 Pin
John Gathogo28-Oct-08 19:48
John Gathogo28-Oct-08 19:48 

You need to use ISNULL function as follows:
ISNULL(Time1, 0) * ISNULL(Score, 0) + ISNULL(Time2, 0) * 0.5 * ISNULL(Score, 0) AS TotalScore


GeneralRe: Help: how to convert a colume(float type) from NULL to float 0.0 in SQL2005 Pin
chenayang28-Oct-08 19:54
chenayang28-Oct-08 19:54 
QuestionWYSIWYG Editor built into Web Site Pin
dboy22128-Oct-08 11:38
dboy22128-Oct-08 11:38 
AnswerRe: WYSIWYG Editor built into Web Site Pin
Roger Wright28-Oct-08 12:43
professionalRoger Wright28-Oct-08 12:43 
AnswerRe: WYSIWYG Editor built into Web Site Pin
cmk28-Oct-08 13:33
cmk28-Oct-08 13:33 
GeneralRe: WYSIWYG Editor built into Web Site Pin
dboy22128-Oct-08 13:47
dboy22128-Oct-08 13:47 
AnswerRe: WYSIWYG Editor built into Web Site Pin
DaveX8628-Oct-08 19:16
DaveX8628-Oct-08 19:16 
QuestionProbelm with Update Panel Pin
pinna_hari28-Oct-08 7:29
pinna_hari28-Oct-08 7:29 
Questionjavascript for GridView Pin
pinna_hari28-Oct-08 7:24
pinna_hari28-Oct-08 7:24 
AnswerRe: javascript for GridView Pin
vaseeem28-Oct-08 9:14
vaseeem28-Oct-08 9:14 
GeneralRe: javascript for GridView Pin
pinna_hari28-Oct-08 19:53
pinna_hari28-Oct-08 19:53 
GeneralRe: javascript for GridView Pin
vaseeem30-Oct-08 9:00
vaseeem30-Oct-08 9:00 
QuestionJavascript Pin
senthilsstil28-Oct-08 6:21
senthilsstil28-Oct-08 6:21 
AnswerRe: Javascript Pin
Parwej Ahamad28-Oct-08 6:31
professionalParwej Ahamad28-Oct-08 6:31 
Questiongetting the value of an asp element with javascript Pin
johland28-Oct-08 5:29
johland28-Oct-08 5:29 
AnswerRe: getting the value of an asp element with javascript Pin
Parwej Ahamad28-Oct-08 5:56
professionalParwej Ahamad28-Oct-08 5:56 
GeneralRe: getting the value of an asp element with javascript Pin
johland28-Oct-08 11:43
johland28-Oct-08 11:43 
AnswerRe: getting the value of an asp element with javascript Pin
vaseeem28-Oct-08 5:58
vaseeem28-Oct-08 5:58 

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.