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. Web Development
  3. ASP.NET
  4. Regular Expression

Regular Expression

Scheduled Pinned Locked Moved ASP.NET
helpregex
3 Posts 3 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.
  • R Offline
    R Offline
    rajanandal
    wrote on last edited by
    #1

    Hi everyone, I have one textbox which needs to allows only values with >0. if it is 0 then, it should be return error msg. Pls anyone help!!!

    Nothing is Impossible. Keep always Smiling... :)

    A C 2 Replies Last reply
    0
    • R rajanandal

      Hi everyone, I have one textbox which needs to allows only values with >0. if it is 0 then, it should be return error msg. Pls anyone help!!!

      Nothing is Impossible. Keep always Smiling... :)

      A Offline
      A Offline
      Arun Jacob
      wrote on last edited by
      #2

      Use ^\d+$ as Expression for Regular Expression Validator. http://msdn.microsoft.com/en-us/library/ms998267.aspx[^]

      Arun Jacob http://codepronet.blogspot.com/

      1 Reply Last reply
      0
      • R rajanandal

        Hi everyone, I have one textbox which needs to allows only values with >0. if it is 0 then, it should be return error msg. Pls anyone help!!!

        Nothing is Impossible. Keep always Smiling... :)

        C Offline
        C Offline
        carlecomm
        wrote on last edited by
        #3

        You can use the following regular expression to validate it. "^[0-9]*[1-9][0-9]*$"

        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