Click here to Skip to main content
15,921,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to Enable and Disable the EditComand colmun Pin
Vijayitsb1-Jan-08 17:43
Vijayitsb1-Jan-08 17:43 
GeneralTwo Different Login Page Pin
mehran.asg1-Jan-08 5:13
mehran.asg1-Jan-08 5:13 
GeneralRe: Two Different Login Page Pin
Christian Graus1-Jan-08 15:49
protectorChristian Graus1-Jan-08 15:49 
QuestionPreferred way to delete Pin
David Kalkwarf1-Jan-08 4:26
David Kalkwarf1-Jan-08 4:26 
GeneralRe: Preferred way to delete Pin
Michael Sync1-Jan-08 15:24
Michael Sync1-Jan-08 15:24 
QuestionCrystal Report runtime designer Pin
Tenk1-Jan-08 3:13
Tenk1-Jan-08 3:13 
Questionproblem regarding the white spaces and trimming in the regular expression using the replace function [modified] Pin
Sonia Gupta1-Jan-08 0:01
Sonia Gupta1-Jan-08 0:01 
GeneralRe: problem regarding the white spaces and trimming in the regular expression using the replace function Pin
UsmanMunier1-Jan-08 0:52
UsmanMunier1-Jan-08 0:52 
the first \s* leaves any number of blank spaces
the inner one (\S+\s) matches one more non space characters and a space.. for example.. "asm " or "a " etc.
And the outer ((\S+\s)*) matches any number of these words..
in short, this regex breaks a sentence into words..
for ex. " My Name Is ABC XYZ"
can be extracted as "My_", "Name_", "Is_", "ABC_"
XYZ isn't captured because it does not have a trailing space and so doesn't match (\S+\s)

Regards,

Usman Munier
Xavor Corporation Pakistan

QuestionRe: problem regarding the white spaces and trimming in the regular expression using the replace function [modified] Pin
Sonia Gupta1-Jan-08 1:55
Sonia Gupta1-Jan-08 1:55 
AnswerRe: problem regarding the white spaces and trimming in the regular expression using the replace function Pin
UsmanMunier1-Jan-08 3:00
UsmanMunier1-Jan-08 3:00 
QuestionRe: problem regarding the white spaces and trimming in the regular expression using the replace function [modified] Pin
Sonia Gupta1-Jan-08 17:38
Sonia Gupta1-Jan-08 17:38 
GeneralCapture the user role globally in application. Pin
aakar31-Dec-07 23:33
aakar31-Dec-07 23:33 
GeneralRe: Capture the user role globally in application. Pin
Michael Sync1-Jan-08 0:58
Michael Sync1-Jan-08 0:58 
GeneralRe: Capture the user role globally in application. Pin
UsmanMunier1-Jan-08 1:54
UsmanMunier1-Jan-08 1:54 
Generalurl encoding [modified] Pin
shabi uz zaman31-Dec-07 23:27
shabi uz zaman31-Dec-07 23:27 
GeneralRe: url encoding Pin
UsmanMunier1-Jan-08 0:01
UsmanMunier1-Jan-08 0:01 
GeneralRe: url encoding Pin
Michael Sync1-Jan-08 0:56
Michael Sync1-Jan-08 0:56 
Questionhow to change caption of alert or confirm Pin
sindhutiwari31-Dec-07 21:44
sindhutiwari31-Dec-07 21:44 
GeneralRe: how to change caption of alert or confirm Pin
UsmanMunier1-Jan-08 1:44
UsmanMunier1-Jan-08 1:44 
GeneralRe: how to change caption of alert or confirm Pin
sindhutiwari1-Jan-08 2:06
sindhutiwari1-Jan-08 2:06 
GeneralRe: how to change caption of alert or confirm Pin
UsmanMunier1-Jan-08 3:05
UsmanMunier1-Jan-08 3:05 
GeneralAdd externallink in rectangle Pin
Krupa31-Dec-07 20:42
Krupa31-Dec-07 20:42 
GeneralRe: Add externallink in rectangle Pin
Michael Sync31-Dec-07 20:55
Michael Sync31-Dec-07 20:55 
GeneralRe: Add externallink in rectangle Pin
Krupa31-Dec-07 21:00
Krupa31-Dec-07 21:00 
GeneralRe: Add externallink in rectangle Pin
Michael Sync31-Dec-07 21:12
Michael Sync31-Dec-07 21:12 

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.