Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Detecting Weekend dates between two given dates Pin
Muhammad Mazhar17-Sep-09 8:59
Muhammad Mazhar17-Sep-09 8:59 
GeneralRe: Detecting Weekend dates between two given dates Pin
Ayorinde Banjo17-Sep-09 23:26
Ayorinde Banjo17-Sep-09 23:26 
GeneralRe: Detecting Weekend dates between two given dates Pin
Muhammad Mazhar18-Sep-09 9:49
Muhammad Mazhar18-Sep-09 9:49 
Questionhow to generate an automaticcode in a lebel in asp.net which starting three digit are character and end three are numbers Pin
rummer17-Sep-09 2:32
rummer17-Sep-09 2:32 
AnswerRe: how to generate an automaticcode in a lebel in asp.net which starting three digit are character and end three are numbers Pin
Abhijit Jana17-Sep-09 4:25
professionalAbhijit Jana17-Sep-09 4:25 
Questionplease wait message before page_load Pin
archit300017-Sep-09 1:22
archit300017-Sep-09 1:22 
AnswerRe: please wait message before page_load Pin
Manas Bhardwaj17-Sep-09 1:27
professionalManas Bhardwaj17-Sep-09 1:27 
GeneralRe: please wait message before page_load Pin
archit300017-Sep-09 2:05
archit300017-Sep-09 2:05 
GeneralRe: please wait message before page_load Pin
Abhijit Jana17-Sep-09 4:28
professionalAbhijit Jana17-Sep-09 4:28 

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.