Click here to Skip to main content
15,903,175 members

Comments by Shivapragasam (Top 3 by date)

Shivapragasam 19-Mar-12 23:18pm View    
Hi Lakxman,
First of all thanks for your response. I opened the modal popup from server script like

mdlPopup.Show();

that webpage gets blocked (light black color and page controls are not accessible), but only the popup is not visible.
Shivapragasam 14-Mar-12 4:38am View    
i know we are at the same page. also i know those two are boolean type values. Can you please explain that expression. i cant understand how its working. i think if the value of 'CountryVisible.Value="True"' means true else means false am i correct.
Shivapragasam 14-Mar-12 2:18am View    
what is true, false in the expression

=iif(Parameters!CountryVisible.Value="True",true,false)