Click here to Skip to main content
15,916,188 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: when I change the file extension from html to aspx all the javascripts that are supposedn to design the page with XSL and HTC doesn't work. Pin
Shimmy Weitzhandler30-Jan-08 23:39
Shimmy Weitzhandler30-Jan-08 23:39 
Generalneed regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
Rocky#30-Jan-08 0:29
Rocky#30-Jan-08 0:29 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
N a v a n e e t h30-Jan-08 0:42
N a v a n e e t h30-Jan-08 0:42 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
Rocky#30-Jan-08 1:04
Rocky#30-Jan-08 1:04 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
N a v a n e e t h30-Jan-08 1:06
N a v a n e e t h30-Jan-08 1:06 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
pmarfleet30-Jan-08 1:35
pmarfleet30-Jan-08 1:35 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
N a v a n e e t h30-Jan-08 16:37
N a v a n e e t h30-Jan-08 16:37 
GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
pmarfleet30-Jan-08 21:21
pmarfleet30-Jan-08 21:21 
N a v a n e e t h wrote:
How can you tell this ?


The OP's request was for a regular expression that denied white space and had a length of 6-20 characters. The match sequence for non-whitespace characters is \S.

N a v a n e e t h wrote:
But my code works


But it didn't solve the problem at hand. Your code was doing a lot of unnecessary stuff relating to matching non-alphanumeric characters. This was completely irrelevent to the correct solution.

N a v a n e e t h wrote:
the OP has said that already


Maybe the OP didn't understand your code and was just being polite...

Paul Marfleet

"No, his mind is not for rent
To any God or government"
Tom Sawyer - Rush


GeneralRe: need regular expression for denying white spaces and having the string of atleast 6 and at most 20 characters Pin
N a v a n e e t h30-Jan-08 22:09
N a v a n e e t h30-Jan-08 22:09 
QuestionHow "Live Person" works? Pin
Syed Ali Raza30-Jan-08 0:18
Syed Ali Raza30-Jan-08 0:18 
GeneralOPerating system Pin
kibromg30-Jan-08 0:01
kibromg30-Jan-08 0:01 
GeneralRe: OPerating system Pin
sathish s30-Jan-08 0:56
sathish s30-Jan-08 0:56 
QuestionHow to Give Access To Sql Reports Columns Based on Roles. Pin
mrgaddam29-Jan-08 23:57
mrgaddam29-Jan-08 23:57 
QuestionHow to check events ? Pin
Sandeep Akhare29-Jan-08 23:42
Sandeep Akhare29-Jan-08 23:42 
AnswerRe: How to check events ? Pin
N a v a n e e t h30-Jan-08 1:22
N a v a n e e t h30-Jan-08 1:22 
GeneralRe: How to check events ? Pin
Sandeep Akhare30-Jan-08 2:14
Sandeep Akhare30-Jan-08 2:14 
GeneralRe: How to check events ? Pin
Sandeep Akhare30-Jan-08 2:20
Sandeep Akhare30-Jan-08 2:20 
GeneralHelp me Pin
Zeeshan Ahmed Memon29-Jan-08 23:22
Zeeshan Ahmed Memon29-Jan-08 23:22 
AnswerRe: Help me Pin
Sun Rays29-Jan-08 23:26
Sun Rays29-Jan-08 23:26 
GeneralRe: Help me Pin
Venkatesh Mookkan29-Jan-08 23:28
Venkatesh Mookkan29-Jan-08 23:28 
GeneralRe: Help me Pin
N a v a n e e t h29-Jan-08 23:33
N a v a n e e t h29-Jan-08 23:33 
GeneralRe: Help me Pin
Sandeep Akhare29-Jan-08 23:35
Sandeep Akhare29-Jan-08 23:35 
QuestionASP.NET Pin
senthilsstil29-Jan-08 22:56
senthilsstil29-Jan-08 22:56 
AnswerRe: ASP.NET Pin
Raam29-Jan-08 23:14
Raam29-Jan-08 23:14 
GeneralRe: ASP.NET Pin
senthilsstil29-Jan-08 23:34
senthilsstil29-Jan-08 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.