Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. validating data entry in vb.net forms, use regular expressions?

validating data entry in vb.net forms, use regular expressions?

Scheduled Pinned Locked Moved Visual Basic
csharpquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    someone please send me an article/link to one on validating data entry controls for vb.net forms. I have an application with 5 different developers working on their own forms. The challenge is to create some sort of base class that will force the developers to use the same validation controls and or regular expressions on string textboxes, date textboxes, integers and so forth.

    S 1 Reply Last reply
    0
    • L Lost User

      someone please send me an article/link to one on validating data entry controls for vb.net forms. I have an application with 5 different developers working on their own forms. The challenge is to create some sort of base class that will force the developers to use the same validation controls and or regular expressions on string textboxes, date textboxes, integers and so forth.

      S Offline
      S Offline
      Scott Page
      wrote on last edited by
      #2

      It sounds to me like you may just (maybe not "just", but.. ;P) need to make a few user controls (or design a custom control) that encapsulate all of the required functionality. You can set properties within the controls that are readonly (those that you do not wish to have modified by the developers). The following Sites/Articles may provide useful, as they speak in reference to your question(s). http://builder.com.com/5100-6387_14-5025318.html[^] http://www.thecodeproject.com/useritems/Regular_Expression.asp?print=true[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups