Click here to Skip to main content
15,913,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralGeneral How to get Connection.GetSchema("columns",restrictions) in order by ordinal position Pin
ashish bhakhar20-Mar-08 1:49
ashish bhakhar20-Mar-08 1:49 
GeneralRe: General How to get Connection.GetSchema("columns",restrictions) in order by ordinal position Pin
eyeseetee20-Mar-08 1:56
eyeseetee20-Mar-08 1:56 
QuestionDate Validation ...its very urgent***************************************** Pin
udaymohan20-Mar-08 1:05
udaymohan20-Mar-08 1:05 
GeneralRe: Date Validation ...its very urgent***************************************** Pin
Not Active20-Mar-08 1:07
mentorNot Active20-Mar-08 1:07 
GeneralRe: Date Validation ...its very urgent***************************************** Pin
eyeseetee20-Mar-08 1:16
eyeseetee20-Mar-08 1:16 
GeneralRe: Date Validation ...its very urgent***************************************** Pin
udaymohan20-Mar-08 1:23
udaymohan20-Mar-08 1:23 
GeneralRe: Date Validation ...its very urgent***************************************** Pin
eyeseetee20-Mar-08 1:30
eyeseetee20-Mar-08 1:30 
AnswerRe: Date Validation ...its very urgent* Pin
rahul.net1120-Mar-08 1:38
rahul.net1120-Mar-08 1:38 
I think it will solve your problem?

<asp:regularexpressionvalidator id="RegularExpressionValidator2" runat="server" controltovalidate="txttodate" errormessage="Enter Correct Date">
ValidationExpression="(0[1-9]|1[012])[- /.](0[1-9]|[12][0-9]|3[01])[- /.](19|20)\d\d">

People Laugh on me Because i am Different but i Laugh on them
Because they all are same.

GeneralRe: Date Validation ...its very urgent***************************************** Pin
Vasudevan Deepak Kumar20-Mar-08 3:20
Vasudevan Deepak Kumar20-Mar-08 3:20 
GeneralOpen Mulltiple Windows Pin
Devkranth Kishore Vanja20-Mar-08 1:03
Devkranth Kishore Vanja20-Mar-08 1:03 
GeneralRe: Open Mulltiple Windows Pin
Vasudevan Deepak Kumar20-Mar-08 21:42
Vasudevan Deepak Kumar20-Mar-08 21:42 
GeneralRe: Open Mulltiple Windows Pin
ashish bhakhar21-Mar-08 0:38
ashish bhakhar21-Mar-08 0:38 
GeneralPlease Help me. How to Validate 12 hour time format using ajax Pin
saravanan12july20-Mar-08 0:30
saravanan12july20-Mar-08 0:30 
QuestionFinding the KEYPRESS in ASP.NET with C# Pin
John Sundar20-Mar-08 0:20
John Sundar20-Mar-08 0:20 
GeneralRe: Finding the KEYPRESS in ASP.NET with C# Pin
eyeseetee20-Mar-08 0:37
eyeseetee20-Mar-08 0:37 
QuestionRe: Finding the KEYPRESS in ASP.NET with C# Pin
John Sundar20-Mar-08 0:55
John Sundar20-Mar-08 0:55 
GeneralRe: Finding the KEYPRESS in ASP.NET with C# Pin
Declan Bright20-Mar-08 1:53
Declan Bright20-Mar-08 1:53 
GeneralRe: Finding the KEYPRESS in ASP.NET with C# Pin
John Sundar20-Mar-08 19:30
John Sundar20-Mar-08 19:30 
GeneralRe: Finding the KEYPRESS in ASP.NET with C# Pin
John Sundar23-Mar-08 19:45
John Sundar23-Mar-08 19:45 
GeneralRe: Finding the KEYPRESS in ASP.NET with C# Pin
Declan Bright24-Mar-08 22:36
Declan Bright24-Mar-08 22:36 
GeneralRe: Finding the KEYPRESS in ASP.NET with C# Pin
John Sundar31-Mar-08 19:14
John Sundar31-Mar-08 19:14 
Generalif i click the button I want to validate time should not be greater than 12:59 using c# in asp.net Pin
saravanan12july19-Mar-08 23:59
saravanan12july19-Mar-08 23:59 
GeneralRe: if i click the button I want to validate time should not be greater than 12:59 using c# in asp.net Pin
eyeseetee20-Mar-08 0:05
eyeseetee20-Mar-08 0:05 
GeneralRe: if i click the button I want to validate time should not be greater than 12:59 using c# in asp.net Pin
Colin Angus Mackay20-Mar-08 0:06
Colin Angus Mackay20-Mar-08 0:06 
GeneralRe: if i click the button I want to validate time should not be greater than 12:59 using c# in asp.net Pin
Christian Graus20-Mar-08 19:35
protectorChristian Graus20-Mar-08 19:35 

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.