Click here to Skip to main content
15,893,790 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Date Problem Pin
thomas_joyee25-Oct-06 23:31
thomas_joyee25-Oct-06 23:31 
GeneralRe: Date Problem Pin
Kissy1625-Oct-06 23:48
Kissy1625-Oct-06 23:48 
QuestionRe: Date Problem Pin
dj.rock26-Oct-06 1:05
dj.rock26-Oct-06 1:05 
AnswerRe: Date Problem Pin
dj.rock26-Oct-06 1:16
dj.rock26-Oct-06 1:16 
GeneralRe: Date Problem Pin
Kissy1626-Oct-06 2:06
Kissy1626-Oct-06 2:06 
AnswerRe: Date Problem Pin
dj.rock26-Oct-06 2:37
dj.rock26-Oct-06 2:37 
GeneralRe: Date Problem Pin
Kissy1626-Oct-06 19:58
Kissy1626-Oct-06 19:58 
GeneralRe: Date Problem Your solution Pin
cloudking1196626-Oct-06 3:51
cloudking1196626-Oct-06 3:51 
Hi Kissy,
I was having the sme problem, before few months, I could get the right solution. The only thing you need to do is copy paste the below code in your Page_Load.

CultureInfo ci = new CultureInfo("de-AT");
Thread.CurrentThread.CurrentCulture = ci;

You will have to import System.Threading and System.Globalization in Import section

This is nothing but setting up Dutche culture, so that your date format is fixed to dd/MM/yyyy format. While selecting from a calendar you may have to give
SelectedDate.ToString.Replace(".","/") because it dispalys date in dd.MM.yyyy format.
Cheers
Sony Sebastian
Questiontextbox contain text that save as html page Pin
Deepak the Cool25-Oct-06 21:59
Deepak the Cool25-Oct-06 21:59 
AnswerRe: textbox contain text that save as html page Pin
thomas_joyee25-Oct-06 23:13
thomas_joyee25-Oct-06 23:13 
AnswerRe: textbox contain text that save as html page Pin
cloudking1196626-Oct-06 3:54
cloudking1196626-Oct-06 3:54 
QuestionFile upload by ajax in asp.net 1.1?? Pin
Tridip Bhattacharjee25-Oct-06 21:44
professionalTridip Bhattacharjee25-Oct-06 21:44 
Questionhow to use sql to read the arabic languag from websit Pin
ashraf hakiem25-Oct-06 21:37
ashraf hakiem25-Oct-06 21:37 
AnswerRe: how to use sql to read the arabic languag from websit Pin
thomas_joyee25-Oct-06 22:02
thomas_joyee25-Oct-06 22:02 
Questionconvert a string to date format. Pin
monuSaini25-Oct-06 21:35
monuSaini25-Oct-06 21:35 
AnswerRe: convert a string to date format. Pin
dj.rock25-Oct-06 22:00
dj.rock25-Oct-06 22:00 
GeneralRe: convert a string to date format. Pin
monuSaini25-Oct-06 23:10
monuSaini25-Oct-06 23:10 
GeneralRe: convert a string to date format. Pin
dj.rock25-Oct-06 23:58
dj.rock25-Oct-06 23:58 
GeneralRe: convert a string to date format. Pin
monuSaini26-Oct-06 0:24
monuSaini26-Oct-06 0:24 
AnswerRe: convert a string to date format. Pin
dj.rock26-Oct-06 0:43
dj.rock26-Oct-06 0:43 
GeneralRe: convert a string to date format. Pin
monuSaini26-Oct-06 1:23
monuSaini26-Oct-06 1:23 
GeneralRe: convert a string to date format. Pin
dj.rock26-Oct-06 1:27
dj.rock26-Oct-06 1:27 
GeneralRe: convert a string to date format. Pin
monuSaini26-Oct-06 1:54
monuSaini26-Oct-06 1:54 
Questionwhat is the use of webclient class? Pin
Tridip Bhattacharjee25-Oct-06 21:33
professionalTridip Bhattacharjee25-Oct-06 21:33 
QuestionArray in VB.Net Pin
Mei Yoong25-Oct-06 21:31
Mei Yoong25-Oct-06 21:31 

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.