Click here to Skip to main content
16,011,611 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralCustomize Editing in Grid view Pin
Satish - Developer23-Dec-07 18:33
Satish - Developer23-Dec-07 18:33 
AnswerRe: Customize Editing in Grid view Pin
John-ph23-Dec-07 18:59
John-ph23-Dec-07 18:59 
GeneralRe: Customize Editing in Grid view Pin
Satish - Developer23-Dec-07 19:29
Satish - Developer23-Dec-07 19:29 
GeneralRe: Customize Editing in Grid view Pin
John-ph23-Dec-07 19:35
John-ph23-Dec-07 19:35 
GeneralGeographical Location using ASP.NET Pin
D i x y23-Dec-07 18:26
D i x y23-Dec-07 18:26 
GeneralRe: Geographical Location using ASP.NET Pin
John-ph23-Dec-07 19:58
John-ph23-Dec-07 19:58 
Questionhow to check isdate() can also take dd/mm/yyyy formate Pin
jagan12323-Dec-07 18:12
jagan12323-Dec-07 18:12 
AnswerRe: how to check isdate() can also take dd/mm/yyyy formate Pin
John-ph23-Dec-07 18:44
John-ph23-Dec-07 18:44 
jagadeeshkumar2106 wrote:
iam using isdate function to check the whether the given date is correct or not but it is taking only if the date is given in mm/dd/yyyy format.how to check it shoukd take in dd/mm/yyyy format also


Create an instance of DateTimeFormatInfo class (System.Globalization) and specify the ShortDatePattern as 'dd/MM/yyyy' and then convert the string Date to the specified format using Date.Parse before checking it with IsDate() function.
- Regards -
   JON


     Life is not measured by the amount of breaths we take, but by the moments that take our breath away.



GeneralRe: how to check isdate() can also take dd/mm/yyyy formate Pin
jagan12323-Dec-07 19:01
jagan12323-Dec-07 19:01 
GeneralRe: how to check isdate() can also take dd/mm/yyyy formate Pin
John-ph23-Dec-07 19:09
John-ph23-Dec-07 19:09 
AnswerMessage Removed Pin
23-Dec-07 19:10
That's Aragon23-Dec-07 19:10 
GeneralRe: how to check isdate() can also take dd/mm/yyyy formate Pin
jagan12323-Dec-07 19:45
jagan12323-Dec-07 19:45 
Generalfile being used by another process Pin
AnhTin23-Dec-07 17:48
AnhTin23-Dec-07 17:48 
AnswerRe: file being used by another process Pin
Sonia Gupta23-Dec-07 18:28
Sonia Gupta23-Dec-07 18:28 
Generalthere is a program that shows DLL content. Pin
mehran.asg23-Dec-07 7:08
mehran.asg23-Dec-07 7:08 
GeneralRe: there is a program that shows DLL content. Pin
Paul Conrad23-Dec-07 7:48
professionalPaul Conrad23-Dec-07 7:48 
GeneralRe: there is a program that shows DLL content. Pin
Christian Graus23-Dec-07 14:31
protectorChristian Graus23-Dec-07 14:31 
GeneralRe: there is a program that shows DLL content. Pin
Paul Conrad23-Dec-07 14:33
professionalPaul Conrad23-Dec-07 14:33 
GeneralRe: there is a program that shows DLL content. Pin
Christian Graus23-Dec-07 15:53
protectorChristian Graus23-Dec-07 15:53 
GeneralRe: there is a program that shows DLL content. Pin
Venkatesh Mookkan23-Dec-07 15:13
Venkatesh Mookkan23-Dec-07 15:13 
GeneralRe: there is a program that shows DLL content. Pin
Christian Graus23-Dec-07 15:53
protectorChristian Graus23-Dec-07 15:53 
GeneralIp Address Pin
mehran.asg23-Dec-07 6:47
mehran.asg23-Dec-07 6:47 
GeneralRe: Ip Address Pin
Paul Conrad23-Dec-07 7:49
professionalPaul Conrad23-Dec-07 7:49 
AnswerRe: Ip Address Pin
Venkatesh Mookkan23-Dec-07 15:15
Venkatesh Mookkan23-Dec-07 15:15 
GeneralRe: Ip Address Pin
D i x y23-Dec-07 19:06
D i x y23-Dec-07 19:06 

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.