Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net page size (height and width of tables are dynamicaly changed) - a very serious problem Pin
ChrisKo4-Sep-07 8:42
ChrisKo4-Sep-07 8:42 
Questionhow can insert master table information in separate page in crystal report? Pin
B.A3-Sep-07 5:10
B.A3-Sep-07 5:10 
QuestionHow to set value of third column if first two are null in sql Pin
rahul.net113-Sep-07 5:05
rahul.net113-Sep-07 5:05 
AnswerRe: How to set value of third column if first two are null in sql Pin
Talal Sultan3-Sep-07 5:13
Talal Sultan3-Sep-07 5:13 
AnswerRe: How to set value of third column if first two are null in sql Pin
B.A3-Sep-07 5:15
B.A3-Sep-07 5:15 
AnswerRe: How to set value of third column if first two are null in sql Pin
Christian Graus3-Sep-07 5:21
protectorChristian Graus3-Sep-07 5:21 
GeneralRe: How to set value of third column if first two are null in sql Pin
rahul.net113-Sep-07 6:16
rahul.net113-Sep-07 6:16 
GeneralRe: How to set value of third column if first two are null in sql Pin
Christian Graus3-Sep-07 6:26
protectorChristian Graus3-Sep-07 6:26 
You can, for example, do this:

select coalesce(Name, '-') from table

I think the syntax is correct. This would return - if Name was null for a row.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionRemoving References Pin
Brendan Vogt3-Sep-07 4:40
Brendan Vogt3-Sep-07 4:40 
AnswerRe: Removing References Pin
Sandeep Akhare6-Sep-07 0:39
Sandeep Akhare6-Sep-07 0:39 
QuestionHow to open uploaded files Pin
n_gchaitra3-Sep-07 2:57
n_gchaitra3-Sep-07 2:57 
AnswerRe: How to open uploaded files Pin
-- Abhi --3-Sep-07 3:12
-- Abhi --3-Sep-07 3:12 
GeneralRe: How to open uploaded files Pin
n_gchaitra3-Sep-07 17:20
n_gchaitra3-Sep-07 17:20 
AnswerRe: How to open uploaded files Pin
Sandeep Akhare3-Sep-07 4:08
Sandeep Akhare3-Sep-07 4:08 
GeneralRe: How to open uploaded files Pin
n_gchaitra3-Sep-07 17:58
n_gchaitra3-Sep-07 17:58 
GeneralRe: How to open uploaded files Pin
Sandeep Akhare6-Sep-07 0:40
Sandeep Akhare6-Sep-07 0:40 
QuestionImage Editor for Asp.Net 2.0 Pin
Mustakim Mansuri3-Sep-07 2:44
Mustakim Mansuri3-Sep-07 2:44 
AnswerRe: Image Editor for Asp.Net 2.0 Pin
-- Abhi --3-Sep-07 2:52
-- Abhi --3-Sep-07 2:52 
GeneralRe: Image Editor for Asp.Net 2.0 Pin
Mustakim Mansuri3-Sep-07 2:56
Mustakim Mansuri3-Sep-07 2:56 
AnswerRe: Image Editor for Asp.Net 2.0 Pin
-- Abhi --3-Sep-07 3:01
-- Abhi --3-Sep-07 3:01 
GeneralRe: Image Editor for Asp.Net 2.0 Pin
Mustakim Mansuri3-Sep-07 3:02
Mustakim Mansuri3-Sep-07 3:02 
QuestionEmail with embedded image Pin
.NET- India 3-Sep-07 2:20
.NET- India 3-Sep-07 2:20 
AnswerRe: Email with embedded image Pin
varshavmane3-Sep-07 2:23
varshavmane3-Sep-07 2:23 
GeneralRe: Email with embedded image Pin
.NET- India 3-Sep-07 2:27
.NET- India 3-Sep-07 2:27 
GeneralRe: Email with embedded image Pin
varshavmane3-Sep-07 2:30
varshavmane3-Sep-07 2:30 

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.