Click here to Skip to main content
16,008,010 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRegular expression in asp.net Pin
Pankaj Saha16-Nov-09 18:42
Pankaj Saha16-Nov-09 18:42 
AnswerRe: Regular expression in asp.net Pin
OriginalGriff16-Nov-09 21:32
mveOriginalGriff16-Nov-09 21:32 
GeneralRe: Regular expression in asp.net Pin
Pankaj Saha16-Nov-09 23:31
Pankaj Saha16-Nov-09 23:31 
QuestionHow to get Hardware Information of Client PC? Pin
asfak.ur.rahman16-Nov-09 18:27
asfak.ur.rahman16-Nov-09 18:27 
AnswerRe: How to get Hardware Information of Client PC? Pin
Abhijit Jana16-Nov-09 18:54
professionalAbhijit Jana16-Nov-09 18:54 
GeneralRe: How to get Hardware Information of Client PC? Pin
asfak.ur.rahman17-Nov-09 14:14
asfak.ur.rahman17-Nov-09 14:14 
AnswerRe: How to get Hardware Information of Client PC? Pin
Abhishek Sur16-Nov-09 21:16
professionalAbhishek Sur16-Nov-09 21:16 
QuestionConverting date time to Thai calendar month Pin
meeram39516-Nov-09 18:00
meeram39516-Nov-09 18:00 
In my form, i have a date control which gets the date from UI in the following form:

dpickFromDate.Value=Convert.ToDateTime(DateTime.Today.AddMonths(-1).ToString("d",CultureInfo.CurrentCulture));
       dpickToDate.Value=Convert.ToDateTime(DateTime.Today.ToString("d",CultureInfo.CurrentCulture));


However, the customer is complaining that Calendar control throws error when used with locales that have greater than 12 months to their calendars such as Thai.

Is it possible to fix the same by changing the above format? If so, how should it be changed? Is there is something wrong with the above conversion? please help.

I want to store the date in sql server also. So will it be a problem when storing if the number of months is more than 12?

Thanks

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

Questionsetting value of a control in ascx via aspx [modified] Pin
uglyeyes16-Nov-09 13:55
uglyeyes16-Nov-09 13:55 
AnswerRe: setting value of a control in ascx via aspx Pin
Christian Graus16-Nov-09 14:00
protectorChristian Graus16-Nov-09 14:00 
GeneralRe: setting value of a control in ascx via aspx Pin
uglyeyes16-Nov-09 14:12
uglyeyes16-Nov-09 14:12 
GeneralRe: setting value of a control in ascx via aspx Pin
Christian Graus16-Nov-09 14:20
protectorChristian Graus16-Nov-09 14:20 
GeneralRe: setting value of a control in ascx via aspx Pin
uglyeyes16-Nov-09 14:25
uglyeyes16-Nov-09 14:25 
GeneralRe: setting value of a control in ascx via aspx Pin
Christian Graus16-Nov-09 14:27
protectorChristian Graus16-Nov-09 14:27 
GeneralRe: setting value of a control in ascx via aspx Pin
uglyeyes16-Nov-09 14:54
uglyeyes16-Nov-09 14:54 
GeneralRe: setting value of a control in ascx via aspx Pin
Christian Graus16-Nov-09 14:59
protectorChristian Graus16-Nov-09 14:59 
GeneralRe: setting value of a control in ascx via aspx Pin
uglyeyes16-Nov-09 15:06
uglyeyes16-Nov-09 15:06 
GeneralRe: setting value of a control in ascx via aspx [modified] Pin
uglyeyes16-Nov-09 15:14
uglyeyes16-Nov-09 15:14 
GeneralRe: setting value of a control in ascx via aspx Pin
uglyeyes16-Nov-09 16:48
uglyeyes16-Nov-09 16:48 
QuestionWorking with Themes Pin
FJJCENTU16-Nov-09 12:19
FJJCENTU16-Nov-09 12:19 
AnswerRe: Working with Themes Pin
AlexeiXX316-Nov-09 13:45
AlexeiXX316-Nov-09 13:45 
AnswerRe: Working with Themes Pin
sashidhar16-Nov-09 17:53
sashidhar16-Nov-09 17:53 
Questionpost back issue Pin
Tauseef A16-Nov-09 10:45
Tauseef A16-Nov-09 10:45 
AnswerRe: post back issue Pin
Christian Graus16-Nov-09 11:09
protectorChristian Graus16-Nov-09 11:09 
QuestionRe: post back issue Pin
Tauseef A16-Nov-09 23:30
Tauseef A16-Nov-09 23:30 

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.