Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
AnswerRe: Calling SP from .net Pin
Pete O'Hanlon1-Feb-07 4:38
mvePete O'Hanlon1-Feb-07 4:38 
QuestionResponse.Redirect Pin
acodman1-Feb-07 3:33
acodman1-Feb-07 3:33 
AnswerRe: Response.Redirect Pin
ednrgc1-Feb-07 3:35
ednrgc1-Feb-07 3:35 
AnswerRe: Response.Redirect Pin
Luc Pattyn1-Feb-07 3:37
sitebuilderLuc Pattyn1-Feb-07 3:37 
AnswerRe: Response.Redirect Pin
Michael P Butler1-Feb-07 3:45
Michael P Butler1-Feb-07 3:45 
QuestionXML Pin
snouto1-Feb-07 3:30
snouto1-Feb-07 3:30 
AnswerRe: XML Pin
Dustin Metzgar1-Feb-07 3:48
Dustin Metzgar1-Feb-07 3:48 
QuestionCompiler 2003 Makes me Dieing Pin
snouto1-Feb-07 2:41
snouto1-Feb-07 2:41 
Hello guys i just testing regular expressions
and i give to the regex class a well formatted pattern
but it always unable to recognize the string whereas i put validated string that contains the regular pattern .

here is my code
<br />
using System.Text.RegularExpression;<br />
.<br />
.<br />
.<br />
.<br />
.<br />
string pattern = "([0-9]+\".\"[0-9]*)";<br />
//searching for floating point numbers of the format<br />
// 0.0 ---> 9.9<br />
Regex reg = new Regex(pattern);<br />
if((reg.Match(inputText.Text)).Success)<br />
{<br />
  OutputText.Text = "Matched successfully";<br />
}else<br />
{<br />
   // blah blah blah<br />
}<br />

it always enters in the else block in the code whereas the pattern is well formatted and in good structure. is that it ?????

please tell me cause i need to kill my compiler.

Human knowledge belongs to the world.

AnswerRe: Compiler 2003 Makes me Dieing Pin
ednrgc1-Feb-07 3:21
ednrgc1-Feb-07 3:21 
GeneralRe: Compiler 2003 Makes me Dieing Pin
snouto1-Feb-07 3:31
snouto1-Feb-07 3:31 
QuestionHow to Call C# dll in VC++ 6.0 Pin
Vijjuuu.1-Feb-07 2:39
Vijjuuu.1-Feb-07 2:39 
AnswerRe: How to Call C# dll in VC++ 6.0 Pin
David Knechtges1-Feb-07 2:55
David Knechtges1-Feb-07 2:55 
GeneralRe: How to Call C# dll in VC++ 6.0 Pin
Vijjuuu.1-Feb-07 19:17
Vijjuuu.1-Feb-07 19:17 
AnswerRe: How to Call C# dll in VC++ 6.0 Pin
Tim Paaschen1-Feb-07 19:32
Tim Paaschen1-Feb-07 19:32 
Questionbutton Pin
mihksoft1-Feb-07 2:37
mihksoft1-Feb-07 2:37 
AnswerRe: button Pin
ednrgc1-Feb-07 3:24
ednrgc1-Feb-07 3:24 
GeneralRe: button Pin
mihksoft1-Feb-07 4:04
mihksoft1-Feb-07 4:04 
GeneralRe: button Pin
ednrgc1-Feb-07 4:05
ednrgc1-Feb-07 4:05 
GeneralRe: button Pin
mihksoft1-Feb-07 4:49
mihksoft1-Feb-07 4:49 
GeneralRe: button Pin
ednrgc1-Feb-07 4:52
ednrgc1-Feb-07 4:52 
GeneralRe: button Pin
mihksoft1-Feb-07 5:00
mihksoft1-Feb-07 5:00 
GeneralRe: button Pin
ednrgc1-Feb-07 5:04
ednrgc1-Feb-07 5:04 
GeneralRe: button Pin
mihksoft1-Feb-07 5:07
mihksoft1-Feb-07 5:07 
GeneralRe: button Pin
ednrgc1-Feb-07 5:11
ednrgc1-Feb-07 5:11 
GeneralRe: button Pin
mihksoft1-Feb-07 5:17
mihksoft1-Feb-07 5:17 

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.