Click here to Skip to main content
15,898,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: File upload Pin
Jaiprakash M Bankolli15-Apr-07 21:17
Jaiprakash M Bankolli15-Apr-07 21:17 
GeneralRe: File upload Pin
J Liang16-Apr-07 14:50
J Liang16-Apr-07 14:50 
GeneralRe: File upload Pin
Jaiprakash M Bankolli16-Apr-07 18:41
Jaiprakash M Bankolli16-Apr-07 18:41 
AnswerRe: File upload Pin
Naveed Kamboh13-Apr-07 3:10
Naveed Kamboh13-Apr-07 3:10 
GeneralRe: File upload Pin
J Liang15-Apr-07 15:20
J Liang15-Apr-07 15:20 
GeneralRe: File upload Pin
Naveed Kamboh15-Apr-07 23:17
Naveed Kamboh15-Apr-07 23:17 
GeneralRe: File upload Pin
J Liang16-Apr-07 14:47
J Liang16-Apr-07 14:47 
QuestionRegex.Matches() issue Pin
Jes M George12-Apr-07 21:41
Jes M George12-Apr-07 21:41 
for finding matched pattern in strings i am using the function Regex.Matches().

the issue is that if i am passing a "pattern" string which have bracket"( )" then it will not return any matches..



for eg:



string strInput = "PaperIndex (India) Private Limited";

string strPattern = "PaperIndex (India) Private";

and if i am passing this value to function it will not return any match.



foreach (Match Mth in Regex.Matches(strInput , strPattern, RegexOptions.IgnoreCase))
{
arrBuyleadName.Add(Mth.Value);
}

if we pass strPattern = "PaperIndex";

it is returning the match value as paperindex



if any body know how to avoid this issue, help me

thanking you,

Jes.






AnswerRe: Regex.Matches() issue Pin
Jaiprakash M Bankolli12-Apr-07 22:42
Jaiprakash M Bankolli12-Apr-07 22:42 
AnswerRe: Regex.Matches() issue Pin
George L. Jackson13-Apr-07 12:46
George L. Jackson13-Apr-07 12:46 
QuestionImage capture in .net Pin
dine2k12-Apr-07 21:23
dine2k12-Apr-07 21:23 
AnswerRe: Image capture in .net Pin
Jaiprakash M Bankolli12-Apr-07 22:44
Jaiprakash M Bankolli12-Apr-07 22:44 
GeneralRe: Image capture in .net Pin
dine2k13-Apr-07 1:43
dine2k13-Apr-07 1:43 
GeneralRe: Image capture in .net [modified] Pin
Jaiprakash M Bankolli13-Apr-07 1:48
Jaiprakash M Bankolli13-Apr-07 1:48 
AnswerRe: Image capture in .net Pin
aransiola13-Apr-07 8:30
aransiola13-Apr-07 8:30 
Questionhow to get value in the textbox Pin
Kissy1612-Apr-07 21:17
Kissy1612-Apr-07 21:17 
GeneralRe: how to get value in the textbox Pin
lucjon12-Apr-07 22:22
lucjon12-Apr-07 22:22 
GeneralRe: how to get value in the textbox Pin
Kissy1612-Apr-07 22:43
Kissy1612-Apr-07 22:43 
QuestionHow to cast HTTTPpostedFile in asp.net Pin
swapnilbhavsar12-Apr-07 21:11
swapnilbhavsar12-Apr-07 21:11 
AnswerRe: How to cast HTTTPpostedFile in asp.net Pin
Chetan Ranpariya12-Apr-07 23:57
Chetan Ranpariya12-Apr-07 23:57 
AnswerRe: How to cast HTTTPpostedFile in asp.net Pin
Vasudevan Deepak Kumar13-Apr-07 6:43
Vasudevan Deepak Kumar13-Apr-07 6:43 
QuestionDownloading a cab file without any chenge in content or size.. Pin
Nicejith12-Apr-07 21:10
Nicejith12-Apr-07 21:10 
AnswerRe: Downloading a cab file without any chenge in content or size.. Pin
lucjon12-Apr-07 23:21
lucjon12-Apr-07 23:21 
GeneralRe: Downloading a cab file without any chenge in content or size.. Pin
Nicejith13-Apr-07 1:36
Nicejith13-Apr-07 1:36 
QuestionASP.NET Ajax v1.0 Pin
DGtech12-Apr-07 20:55
DGtech12-Apr-07 20:55 

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.