CultureInfo ci = new CultureInfo(Thread.CurrentThread.CurrentCulture.Name);ci.DateTimeFormat.ShortDatePattern = "DD/MM/YYYY"; //It will come form the Configuration file.Thread.CurrentThread.CurrentCulture = ci;The above approch is not acceptable. Cna any one help me On this Issue.??Thanks for looking into My Issue.Arijit