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
A

arisaravanan

@arisaravanan
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Find Sequence of alphabets in the string
    A arisaravanan

    I need to find 5 sequence of alphabets has exists in a given string using regular expression. Sequence which should check in any of the form like ABCDE, BCDEF, DEFGH, EFGHI,......,PQRST,...,VWZYZ. Eg. 1) ABCDECODEPROJECT - Match (because "ABCDE" has exists in the string) 2) TESTSTRING - Not Match (because No 5 sequence of alphabets) 3) SAMPLEQRSTUEND - Match (because "QRSTU" has exists in the string) 4) WEBSITELMNOPEND - Match (because "LMNOP" has exists in the string) 5) QUESTIONANSWER - Not Match (because No 5 sequence of alphabets) Can you help me on build regular expression to check all possible combination in alphabets?

    Regular Expressions regex help question

  • Retain value in HttpModule
    A arisaravanan

    I've written custom httpmodule and it's being called up for every request. I want to store the value on my first request and this value needs to be retrieved for subsequent request. Is this possible in HttpModule? I know HttpContext.Current.Items preserve the value only for single request and we cannot use Session in our project as per our requirements. DO we have any other option apart from session\HttpContext.Current.Items for storing values in HttpModule?

    ASP.NET business 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