Dear friends,
In my asp.net 2.0 website, I added a Report. I am using cultural settings in my site. Is there any way to display the data in the report based on cultural settings.
ie, if the cultureInfo="en-US", the date data in report should display in MM/dd/yyyy format.
if the cultureInfo="en-GB", the date data in report should display in dd/MM/yyyy format.
Please give me a suggestion for this problem
Loading
Vijaya KadiyalaPosted Mar 16, 2009, 1:25 PM
Hi
Check
out the below linkhttp
://www.windows-tech.info/15/c25e61e6c1ecbdb7.phpThanks
-- Vijaya Kadiyalahttp
://dotnetvj.blogspot.comShiva NandanPosted Mar 16, 2009, 2:08 AM
Vijaya KadiyalaPosted Mar 14, 2009, 8:32 AM
Hi
Check out the below link. Its very simple. You need to get the culter info and then based on that have IF ELSE conditions.
http://www.java2s.com/Code/CSharp/Development-Class/illustratesthecurrentcultures.htm
Thanks -- Vijaya Kadiyala
http://dotnetvj.blogspot.com