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
U

User 804865

@User 804865
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • JAVA APPLET
    U User 804865

    I have a java applet to run the reports on my aspx page. The reports are being cached. I am using: Response.Cache.SetCacheability(HttpCacheability.NoCache) Response.Cache.SetNoStore() Response.AddHeader("Pragma", "no-cache") Response.Cache.SetExpires(DateTime.Now.AddSeconds(-1)) in the aspx.vb code of the page, but it does not help. Looking for any help.

    ASP.NET java help

  • Regular Expressions
    U User 804865

    I have changed my code and it works. Actually it supposed to be 1 to 5 digits, so I changed the first part to \d{1,5}

    C# regex help question

  • Regular Expressions
    U User 804865

    Thanks for the help It works.:laugh:

    C# regex help question

  • Regular Expressions
    U User 804865

    I am using the RegEx which needs to check for the value to be five digits before the decimal and 2 after the decimal or just five digits. and I am using System.Text.RegularExpressions.Regex exp = new System.Text.RegularExpressions.Regex("(^\\d{0,5}.{1}\\d{1,2}$)|(^\\d{1,5}$)"); With this it's only checking if the value is five digits before decimal and 2 after but not for just 5 digits. I entered 6 digits without decimal and it did not catch the exception. I don't know what's wrong. Any help ?

    C# regex help question
  • Login

  • Don't have an account? Register

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