Click here to Skip to main content
15,920,217 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: swf embed fails in firefox Pin
Muhammad Mazhar17-Sep-09 9:03
Muhammad Mazhar17-Sep-09 9:03 
GeneralRe: swf embed fails in firefox Pin
AndyInUK17-Sep-09 11:53
AndyInUK17-Sep-09 11:53 
QuestionSaving Classic ASP Session Data to a SQL Database Pin
aj_coder17-Sep-09 3:54
aj_coder17-Sep-09 3:54 
AnswerRe: Saving Classic ASP Session Data to a SQL Database Pin
Christian Graus17-Sep-09 10:57
protectorChristian Graus17-Sep-09 10:57 
Question.NET Dashboard Pin
Civic0617-Sep-09 3:32
Civic0617-Sep-09 3:32 
AnswerRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 3:52
professionalAbhijit Jana17-Sep-09 3:52 
GeneralRe: .NET Dashboard Pin
Civic0617-Sep-09 4:20
Civic0617-Sep-09 4:20 
GeneralRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 4:23
professionalAbhijit Jana17-Sep-09 4:23 
GeneralRe: .NET Dashboard Pin
Abhijit Jana17-Sep-09 4:27
professionalAbhijit Jana17-Sep-09 4:27 
AnswerRe: .NET Dashboard Pin
Not Active17-Sep-09 4:12
mentorNot Active17-Sep-09 4:12 
QuestionDynamic column in SSRS 2005 Pin
Pankaj Saha17-Sep-09 3:11
Pankaj Saha17-Sep-09 3:11 
AnswerRe: Dynamic column in SSRS 2005 Pin
Not Active17-Sep-09 4:15
mentorNot Active17-Sep-09 4:15 
GeneralRe: Dynamic column in SSRS 2005 Pin
Pankaj Saha17-Sep-09 18:40
Pankaj Saha17-Sep-09 18:40 
GeneralRe: Dynamic column in SSRS 2005 Pin
Not Active18-Sep-09 1:46
mentorNot Active18-Sep-09 1:46 
GeneralRe: Dynamic column in SSRS 2005 Pin
Pankaj Saha20-Sep-09 18:54
Pankaj Saha20-Sep-09 18:54 
GeneralRe: Dynamic column in SSRS 2005 Pin
Not Active21-Sep-09 2:00
mentorNot Active21-Sep-09 2:00 
GeneralRe: Dynamic column in SSRS 2005 Pin
Pankaj Saha23-Sep-09 22:58
Pankaj Saha23-Sep-09 22:58 
I got a solution by which I can hide the column in the column expression. i.e. I have selected Jul column

Select Column -> Propeties -> Visibility -> Select Expression radio button and type the following expression

=iif(Fields!Jul.IsMissing,true,false)

However this is not the perfect solution. If I fetch records which contains Jun, Jul, Aug and write the above expression to hide the jul column then the Jul column will be hide but there would be space between the Jun and Aug. I want the space should not be there if the column does not hide. I am getting the following formate

before hide

State Jun Jul Aug
A 10 12 12
B 12 14 15


After hiding

State Jun <--space--> Aug
A 10 <--space--> 12
B 12 <--space--> 15

Pankaj

Questionhow can i send long data in query string Pin
Hemant_ec4817-Sep-09 2:42
Hemant_ec4817-Sep-09 2:42 
AnswerRe: how can i send long data in query string Pin
Abhijit Jana17-Sep-09 4:20
professionalAbhijit Jana17-Sep-09 4:20 
AnswerRe: how can i send long data in query string Pin
Muhammad Mazhar17-Sep-09 8:54
Muhammad Mazhar17-Sep-09 8:54 
QuestionHow to use reset button in content template (without <form> </form>) Pin
amittinku17-Sep-09 2:37
amittinku17-Sep-09 2:37 
AnswerRe: How to use reset button in content template (without ) Pin
droth1717-Sep-09 3:52
droth1717-Sep-09 3:52 
GeneralRe: How to use reset button in content template (without ) Pin
amittinku17-Sep-09 17:04
amittinku17-Sep-09 17:04 
GeneralRe: How to use reset button in content template (without ) Pin
droth1718-Sep-09 8:42
droth1718-Sep-09 8:42 
QuestionDetecting Weekend dates between two given dates Pin
Ayorinde Banjo17-Sep-09 2:34
Ayorinde Banjo17-Sep-09 2:34 

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.