Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: document.getElementById Not work With Masterpage ASP.Net VB Pin
El_Programmer31-Mar-11 12:01
El_Programmer31-Mar-11 12:01 
GeneralRe: document.getElementById Not work With Masterpage ASP.Net VB Pin
Not Active31-Mar-11 12:05
mentorNot Active31-Mar-11 12:05 
GeneralRe: document.getElementById Not work With Masterpage ASP.Net VB Pin
Not Active31-Mar-11 12:01
mentorNot Active31-Mar-11 12:01 
GeneralRe: document.getElementById Not work With Masterpage ASP.Net VB Pin
Diyaa Hamza31-Mar-11 12:34
Diyaa Hamza31-Mar-11 12:34 
GeneralRe: document.getElementById Not work With Masterpage ASP.Net VB Pin
Not Active31-Mar-11 13:26
mentorNot Active31-Mar-11 13:26 
GeneralRe: document.getElementById Not work With Masterpage ASP.Net VB Pin
ktrrzn5-Apr-11 15:51
ktrrzn5-Apr-11 15:51 
AnswerRe: document.getElementById Not work With Masterpage ASP.Net VB Pin
GenJerDan31-Mar-11 17:27
GenJerDan31-Mar-11 17:27 
QuestionHelp with regular expression for reg ex validator Pin
TimWallace31-Mar-11 7:50
TimWallace31-Mar-11 7:50 
Let me begin by saying I am not fluent in regex. I need a regex that will validate a date AND time value, not just date and not just time...both. I found a regex written by Bernat Sales at regexlib.com that will validate a date AND time entry, however, it only validates it in European formate (dd/mm/yyyy hh:mm:ss). I need it to validate only in American format (mm/dd/yyyy hh:ss:mm). Can someone, out of the goodness of their heart, please modify this regex to accomplish my goal of validating in American format. Here is Bernat's creation from which you can start:

^((((([0-1]?\d)|(2[0-8]))\/((0?\d)|(1[0-2])))|(29\/((0?[1,3-9])|(1[0-2])))|(30\/((0?[1,3-9])|(1[0-2])))|(31\/((0?[13578])|(1[0-2]))))\/((19\d{2})|([2-9]\d{3}))|(29\/0?2\/(((([2468][048])|([3579][26]))00)|(((19)|([2-9]\d))(([2468]0)|([02468][48])|([13579][26]))))))\s(([01]?\d)|(2[0-3]))(:[0-5]?\d){2}$

Again, I am not a regex guru, nor do I plan to be. I just need this regex for a current page I'm writing. Thanks in advance.
AnswerRe: Help with regular expression for reg ex validator Pin
Not Active31-Mar-11 8:15
mentorNot Active31-Mar-11 8:15 
GeneralRe: Help with regular expression for reg ex validator Pin
TimWallace31-Mar-11 8:19
TimWallace31-Mar-11 8:19 
AnswerRe: Help with regular expression for reg ex validator Pin
WaqasYousuf31-Mar-11 8:24
WaqasYousuf31-Mar-11 8:24 
GeneralRe: Help with regular expression for reg ex validator Pin
TimWallace1-Apr-11 6:35
TimWallace1-Apr-11 6:35 
QuestionNeed some help, what would I do ? Pin
msqar31-Mar-11 2:52
msqar31-Mar-11 2:52 
AnswerRe: Need some help, what would I do ? Pin
Keith Barrow31-Mar-11 4:04
professionalKeith Barrow31-Mar-11 4:04 
GeneralRe: Need some help, what would I do ? Pin
msqar31-Mar-11 4:15
msqar31-Mar-11 4:15 
Questionregular expression Pin
fififlowertot31-Mar-11 2:32
fififlowertot31-Mar-11 2:32 
AnswerRe: regular expression Pin
Pete O'Hanlon31-Mar-11 4:06
mvePete O'Hanlon31-Mar-11 4:06 
QuestionVertical slide show Java script Pin
venu65630-Mar-11 22:57
venu65630-Mar-11 22:57 
AnswerCross post Pin
Not Active31-Mar-11 2:34
mentorNot Active31-Mar-11 2:34 
GeneralRe: Cross post Pin
venu6561-Apr-11 2:35
venu6561-Apr-11 2:35 
GeneralRe: Cross post Pin
Not Active1-Apr-11 3:06
mentorNot Active1-Apr-11 3:06 
QuestionCookies question. [modified] Pin
buffering8330-Mar-11 17:51
buffering8330-Mar-11 17:51 
AnswerRe: Cookies question. Pin
Dejan Bozic30-Mar-11 21:40
Dejan Bozic30-Mar-11 21:40 
QuestionHow Do I Get the ASPNet Login Role for the user logged in? Pin
Dave Clark QED30-Mar-11 5:48
Dave Clark QED30-Mar-11 5:48 
AnswerRe: How Do I Get the ASPNet Login Role for the user logged in? Pin
Not Active30-Mar-11 7:09
mentorNot Active30-Mar-11 7:09 

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.