Where to find a professional validation sample with server controls

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Where to find a professional validation sample with server controls

    Hello! I need to validate a date of birth, age, credit
    card, primary language etc. I found a couple example in
    the books but they are written not professinal. Thank you
    for evrything.
    Yuriy Guest

  2. Similar Questions and Discussions

    1. Validation Between Controls
      I have a datagrid with several fields with textboxes and drop downs. I want to be able to validate the drop down field in one column to only be...
    2. Validation Controls
      Hello, I have placed many validation controls on an aspx webform and a user control that allows the visitor to enter a username and password and...
    3. can't find AE opendoc sample code
      the dev apple site either doesn't have -- or has done a good job hiding -- any sample code demonstrating how to handle the AE opendoc event. I...
    4. Validation on custom controls
      Hi, I searched through NG's etc but could not find an answer to my problem..... I have a custom control that consists of 3 textboxes. I would...
    5. only custom validation control does server side validation?
      On a CustomValidator you have to provide the validation code because otherwise it doesn't know what to do for the validation. Other validator...
  3. #2

    Default Re: Where to find a professional validation sample with server controls

    You can use the built in validator controls.
    Here's more info and some examples:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconvalidatorcontrolsamples.asp[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Yuriy" <yleyfman@hotmail.com> wrote in message
    news:026601c35864$5c33ac10$a401280a@phx.gbl...
    > Hello! I need to validate a date of birth, age, credit
    > card, primary language etc. I found a couple example in
    > the books but they are written not professinal. Thank you
    > for evrything.

    Steve C. Orr, MCSD Guest

  4. #3

    Default Re: Where to find a professional validation sample with server controls

    I might want to check out ASP.NET Unleashed by S. Walhher

    "Yuriy" <yleyfman@hotmail.com> wrote in message
    news:026601c35864$5c33ac10$a401280a@phx.gbl...
    > Hello! I need to validate a date of birth, age, credit
    > card, primary language etc. I found a couple example in
    > the books but they are written not professinal. Thank you
    > for evrything.

    Mike Kenzer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139