Click here to Skip to main content
15,888,527 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionStart an async method inside an MVC action method. Pin
Brady Kelly21-May-13 6:43
Brady Kelly21-May-13 6:43 
Questionanyone plz tell me which is free version of iTextSharp library? Pin
manoj.jsm21-May-13 4:34
manoj.jsm21-May-13 4:34 
AnswerRe: anyone plz tell me which is free version of iTextSharp library? Pin
Thomas Daniels21-May-13 7:10
mentorThomas Daniels21-May-13 7:10 
QuestionMVC vs n-Tier Architecture Pin
Bikash Prakash Dash21-May-13 0:08
Bikash Prakash Dash21-May-13 0:08 
AnswerRe: MVC vs n-Tier Architecture Pin
Richard MacCutchan21-May-13 2:58
mveRichard MacCutchan21-May-13 2:58 
AnswerRe: MVC vs n-Tier Architecture Pin
Manfred Rudolf Bihy21-May-13 3:17
professionalManfred Rudolf Bihy21-May-13 3:17 
Questioninstallation of visual vsn server Pin
Member 870181320-May-13 21:25
Member 870181320-May-13 21:25 
QuestionValidation Question - Help Pin
WickedFooker20-May-13 14:25
WickedFooker20-May-13 14:25 
Okay so very easy to validate an email in ASP and also very easy to validate that someone enters between 6 and 30 characters but can someone help me in making sure that BOTH are checked in a Custom Validation perhaps. What I have for example:

C#
<asp:CustomValidator ID="CustomValidator1"  ClientValidationFunction="/^([_a-zA-Z0-9-]+)(\.[_a-zA-Z0-9-]+)*@([a-zA-Z0-9-]+\.)+([a-zA-Z]{2,3})$/" runat="server" 
                            ControlToValidate="txtUserName" ErrorMessage="CustomValidator" 
                            SetFocusOnError="True"></asp:CustomValidator>


I am sure it is something simple but just need to know. Right now all it is doing is just checking that the email is valid, but if nothing is on the field it checks nothing.
AnswerRe: Validation Question - Help Pin
Manfred Rudolf Bihy21-May-13 3:26
professionalManfred Rudolf Bihy21-May-13 3:26 
QuestionMerging Two columns under same heading in Gridview Pin
pavithrasubbareddy20-May-13 2:40
pavithrasubbareddy20-May-13 2:40 
AnswerRe: Merging Two columns under same heading in Gridview Pin
David Mujica20-May-13 3:46
David Mujica20-May-13 3:46 
GeneralRe: Merging Two columns under same heading in Gridview Pin
pavithrasubbareddy20-May-13 19:14
pavithrasubbareddy20-May-13 19:14 
AnswerRe: Merging Two columns under same heading in Gridview Pin
cyber_addicted21-May-13 0:25
cyber_addicted21-May-13 0:25 
QuestionAjax Cascading Dropdown Pin
Laiju k20-May-13 1:36
professionalLaiju k20-May-13 1:36 
QuestionClearing Textboxes (Foreach) Not Working Pin
Member 991209119-May-13 7:24
Member 991209119-May-13 7:24 
AnswerRe: Clearing Textboxes (Foreach) Not Working Pin
Richard Deeming20-May-13 2:06
mveRichard Deeming20-May-13 2:06 
GeneralRe: Clearing Textboxes (Foreach) Not Working Pin
Member 991209121-May-13 7:56
Member 991209121-May-13 7:56 
AnswerRe: Clearing Textboxes (Foreach) Not Working Pin
cyber_addicted21-May-13 0:33
cyber_addicted21-May-13 0:33 
GeneralRe: Clearing Textboxes (Foreach) Not Working Pin
Member 991209121-May-13 7:57
Member 991209121-May-13 7:57 
GeneralRe: Clearing Textboxes (Foreach) Not Working Pin
cyber_addicted21-May-13 20:14
cyber_addicted21-May-13 20:14 
AnswerRe: Clearing Textboxes (Foreach) Not Working Pin
wikizhao27-May-13 21:14
wikizhao27-May-13 21:14 
QuestionC#.Net Windows Application Pin
Mohsin Afzal18-May-13 2:20
professionalMohsin Afzal18-May-13 2:20 
AnswerRe: C#.Net Windows Application Pin
Mohammed Hameed18-May-13 10:57
professionalMohammed Hameed18-May-13 10:57 
AnswerRe: C#.Net Windows Application Pin
ZurdoDev21-May-13 10:24
professionalZurdoDev21-May-13 10:24 
GeneralRe: C#.Net Windows Application Pin
Mohsin Afzal27-May-13 3:47
professionalMohsin Afzal27-May-13 3:47 

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.