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

ASP.NET

 
AnswerRe: Save webpage content in a PDF Pin
AspDotNetDev6-Jul-11 13:13
protectorAspDotNetDev6-Jul-11 13:13 
AnswerRe: Save webpage content in a PDF Pin
Member 80703982-Sep-11 21:00
Member 80703982-Sep-11 21:00 
GeneralRe: Save webpage content in a PDF Pin
berba3-Sep-11 3:43
berba3-Sep-11 3:43 
QuestionGridView Column Width resizing with Mouse Darging Pin
vishnukamath5-Jul-11 23:02
vishnukamath5-Jul-11 23:02 
AnswerRe: GridView Column Width resizing with Mouse Darging Pin
Shahriar Iqbal Chowdhury/Galib6-Jul-11 1:06
professionalShahriar Iqbal Chowdhury/Galib6-Jul-11 1:06 
AnswerRe: GridView Column Width resizing with Mouse Darging Pin
Marikani P7-Jul-11 4:16
Marikani P7-Jul-11 4:16 
QuestionRegular Expression Pin
jashimu5-Jul-11 10:12
jashimu5-Jul-11 10:12 
AnswerRe: Regular Expression Pin
Shahriar Iqbal Chowdhury/Galib5-Jul-11 11:35
professionalShahriar Iqbal Chowdhury/Galib5-Jul-11 11:35 
Hi,
no, it's not possible with regular expression, regular expression can only validate patterns, you can use compare validator for this purpose or use .NET function DateTime.Now to acquire todays date, then compare it programmatically with the date from user's input.
Regular expression for date is
(?x)(?Blush | :O [1-9]|1[0-2])(/?)(?Blush | :O [1-9]|[12][0-9]|3[01])(\1)\d{4}\d/\d/\d{4}
GeneralRe: Regular Expression Pin
jashimu6-Jul-11 4:52
jashimu6-Jul-11 4:52 
GeneralRe: Regular Expression Pin
jashimu6-Jul-11 11:35
jashimu6-Jul-11 11:35 
AnswerRe: Regular Expression Pin
Keith Barrow5-Jul-11 23:42
professionalKeith Barrow5-Jul-11 23:42 
AnswerRe: Regular Expression Pin
berba6-Jul-11 20:56
berba6-Jul-11 20:56 
Questionftp security issues Pin
Paul McGann5-Jul-11 8:57
professionalPaul McGann5-Jul-11 8:57 
AnswerRe: ftp security issues Pin
David Mujica5-Jul-11 9:21
David Mujica5-Jul-11 9:21 
AnswerRe: ftp security issues Pin
GenJerDan5-Jul-11 10:26
GenJerDan5-Jul-11 10:26 
GeneralRe: ftp security issues Pin
Paul McGann5-Jul-11 11:10
professionalPaul McGann5-Jul-11 11:10 
GeneralRe: ftp security issues Pin
GenJerDan5-Jul-11 11:11
GenJerDan5-Jul-11 11:11 
GeneralRe: ftp security issues Pin
Paul McGann5-Jul-11 11:35
professionalPaul McGann5-Jul-11 11:35 
Questionurgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 4:42
Cyberoxy5-Jul-11 4:42 
AnswerRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Shameel5-Jul-11 5:08
professionalShameel5-Jul-11 5:08 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 5:20
Cyberoxy5-Jul-11 5:20 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Not Active5-Jul-11 6:29
mentorNot Active5-Jul-11 6:29 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Cyberoxy5-Jul-11 7:36
Cyberoxy5-Jul-11 7:36 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Not Active5-Jul-11 7:59
mentorNot Active5-Jul-11 7:59 
GeneralRe: urgent - problem with html tags in asp.net c# (code behind) Pin
Shameel5-Jul-11 8:10
professionalShameel5-Jul-11 8:10 

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.