Click here to Skip to main content
15,887,872 members
Home / Discussions / C#
   

C#

 
QuestionCant Open SQL connection Pin
mcgurdan14-Feb-14 5:51
mcgurdan14-Feb-14 5:51 
AnswerRe: Cant Open SQL connection Pin
Ravi Bhavnani14-Feb-14 6:17
professionalRavi Bhavnani14-Feb-14 6:17 
AnswerRe: Cant Open SQL connection Pin
OriginalGriff14-Feb-14 8:45
mveOriginalGriff14-Feb-14 8:45 
AnswerRe: Cant Open SQL connection Pin
jschell14-Feb-14 10:25
jschell14-Feb-14 10:25 
QuestionHow to create a moving text up in C# 2005 ? Pin
Member 245846714-Feb-14 3:37
Member 245846714-Feb-14 3:37 
QuestionRe: How to create a moving text up in C# 2005 ? Pin
thatraja14-Feb-14 4:10
professionalthatraja14-Feb-14 4:10 
QuestionC# Path Finding Recommendations Pin
Phil_9314-Feb-14 2:57
Phil_9314-Feb-14 2:57 
AnswerRe: C# Path Finding Recommendations Pin
thatraja14-Feb-14 4:03
professionalthatraja14-Feb-14 4:03 
GeneralRe: C# Path Finding Recommendations Pin
Phil_9314-Feb-14 4:09
Phil_9314-Feb-14 4:09 
AnswerRe: C# Path Finding Recommendations Pin
Ravi Bhavnani14-Feb-14 6:18
professionalRavi Bhavnani14-Feb-14 6:18 
AnswerRe: C# Path Finding Recommendations Pin
Eddy Vluggen14-Feb-14 6:29
professionalEddy Vluggen14-Feb-14 6:29 
GeneralRe: C# Path Finding Recommendations Pin
Phil_9314-Feb-14 6:41
Phil_9314-Feb-14 6:41 
Generali want to accept only numeric value to a textbox in datagridview Pin
Ahmed Tamseer14-Feb-14 2:53
Ahmed Tamseer14-Feb-14 2:53 
AnswerRe: i want to accept only numeric value to a textbox in datagridview Pin
thatraja14-Feb-14 4:12
professionalthatraja14-Feb-14 4:12 
GeneralRe: i want to accept only numeric value to a textbox in datagridview Pin
BillWoodruff14-Feb-14 13:54
professionalBillWoodruff14-Feb-14 13:54 
QuestionImpersonation Pin
i gr814-Feb-14 2:17
i gr814-Feb-14 2:17 
QuestionDirtying my hand with regular expression for first time Pin
tasumisra13-Feb-14 18:12
tasumisra13-Feb-14 18:12 
Hello Experts,

This is my first attempt to use regular expression for a sequence of string.. i am partially successful but wants to get things validated...

I have a sequence of character like
"ABC 34 DEX 456 NT 456 TEXT rt st NEWTEXT 4564"

All caps are identifier and subsequent is the value like the value of ABC is 34 and DEX is 456....

Problem:

i need to replace the value of TEXT with *
1)it can be null
2)its name itself can change like TEXTVAL or TEXT:
3)there could be 2 or 3 space after TEXT
4)But the max length of value would be 5 and min would be 2
5)it can accept space too at any position in the value

Considering all above i reached in the conclusion that it would be hard to find number of element for Value..as space can be from value or from field...

what i have decided i will insert five stars(*****) max length of TEXT value...

so to achieve this i am using
Quote:
Regex _regex = new Regex(@"/TEXT/([a-z0-9\-\ ]+)\ $");


for each field TEXT,TEXT: and TEXTVAL.. but i am not very much convinced with the approach ..can some body help me here..


Thanks,
Tasu
vikas da

AnswerRe: Dirtying my hand with regular expression for first time Pin
OriginalGriff14-Feb-14 0:01
mveOriginalGriff14-Feb-14 0:01 
GeneralRe: Dirtying my hand with regular expression for first time Pin
tasumisra14-Feb-14 0:25
tasumisra14-Feb-14 0:25 
GeneralRe: Dirtying my hand with regular expression for first time Pin
OriginalGriff14-Feb-14 0:41
mveOriginalGriff14-Feb-14 0:41 
GeneralRe: Dirtying my hand with regular expression for first time Pin
Richard Deeming14-Feb-14 0:43
mveRichard Deeming14-Feb-14 0:43 
AnswerRe: Dirtying my hand with regular expression for first time Pin
tasumisra14-Feb-14 0:53
tasumisra14-Feb-14 0:53 
QuestionConcepts about Generics Pin
Richard Andrew x6413-Feb-14 8:23
professionalRichard Andrew x6413-Feb-14 8:23 
AnswerRe: Concepts about Generics Pin
Richard Deeming13-Feb-14 8:47
mveRichard Deeming13-Feb-14 8:47 
GeneralRe: Concepts about Generics Pin
Richard Andrew x6413-Feb-14 8:59
professionalRichard Andrew x6413-Feb-14 8:59 

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.