Click here to Skip to main content
15,891,863 members
Home / Discussions / C#
   

C#

 
Questionassign data to object from webservice Pin
arkiboys1-Mar-07 5:04
arkiboys1-Mar-07 5:04 
AnswerRe: assign data to object from webservice Pin
Colin Angus Mackay1-Mar-07 5:48
Colin Angus Mackay1-Mar-07 5:48 
QuestionAny one who can answer my question in detail!!! Pin
Saaaaz1-Mar-07 4:52
Saaaaz1-Mar-07 4:52 
AnswerRe: Any one who can answer my question in detail!!! Pin
Dave Kreskowiak1-Mar-07 6:39
mveDave Kreskowiak1-Mar-07 6:39 
QuestionHow to pop-up a JPEG file on clicking a Button Pin
Jayaraman B1-Mar-07 3:42
Jayaraman B1-Mar-07 3:42 
AnswerRe: How to pop-up a JPEG file on clicking a Button Pin
Dawid Mazuruk1-Mar-07 4:02
Dawid Mazuruk1-Mar-07 4:02 
Questionmoving packet of data [modified] Pin
HexaDeveloper1-Mar-07 3:28
HexaDeveloper1-Mar-07 3:28 
QuestionRegular expression needed Pin
chandler831-Mar-07 3:16
chandler831-Mar-07 3:16 
hi this will be my input string,

"javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\"OKButton$_Button\", \"\", true, \"\", \"\", false, true))"

can anyone please give me a matching regex for this string.
the values in the bracket changes but the format remains the same...

i tried with this Regex but its not working

string postBackPattern = @"WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions\('(?<target>.*?)', '(?<argument>.*?)', (?<validation>.*?)(?<everythingelse>.*?)\)\)";

please do help me... its urgent Cry | :((


thanks in advance...
AnswerRe: Regular expression needed Pin
User 66581-Mar-07 4:49
User 66581-Mar-07 4:49 
Questionvalidating xml file in .net2.0 Pin
cellardoor07161-Mar-07 2:58
cellardoor07161-Mar-07 2:58 
AnswerRe: validating xml file in .net2.0 Pin
Abisodun1-Mar-07 3:54
Abisodun1-Mar-07 3:54 
GeneralRe: validating xml file in .net2.0 Pin
cellardoor07161-Mar-07 3:57
cellardoor07161-Mar-07 3:57 
GeneralRe: validating xml file in .net2.0 Pin
Abisodun1-Mar-07 6:07
Abisodun1-Mar-07 6:07 
AnswerRe: validating xml file in .net2.0 Pin
DavidNohejl1-Mar-07 8:17
DavidNohejl1-Mar-07 8:17 
Questionhelp me with search code Pin
luckyve1-Mar-07 2:55
luckyve1-Mar-07 2:55 
AnswerRe: help me with search code Pin
David Trasbo1-Mar-07 3:17
David Trasbo1-Mar-07 3:17 
GeneralRe: help me with search code Pin
netJP12L1-Mar-07 5:06
netJP12L1-Mar-07 5:06 
GeneralRe: help me with search code Pin
luckyve1-Mar-07 5:18
luckyve1-Mar-07 5:18 
GeneralRe: help me with search code Pin
luckyve1-Mar-07 5:14
luckyve1-Mar-07 5:14 
GeneralRe: help me with search code Pin
netJP12L1-Mar-07 8:16
netJP12L1-Mar-07 8:16 
QuestionIs it possible to set xsd-schema during serialization? Pin
Ptmk1-Mar-07 2:34
Ptmk1-Mar-07 2:34 
AnswerRe: Is it possible to set xsd-schema during serialization? Pin
Stefan Troschuetz1-Mar-07 2:58
Stefan Troschuetz1-Mar-07 2:58 
GeneralRe: Is it possible to set xsd-schema during serialization? Pin
Ptmk1-Mar-07 18:37
Ptmk1-Mar-07 18:37 
AnswerRe: Is it possible to set xsd-schema during serialization? Pin
Ennis Ray Lynch, Jr.1-Mar-07 6:37
Ennis Ray Lynch, Jr.1-Mar-07 6:37 
GeneralRe: Is it possible to set xsd-schema during serialization? Pin
Ptmk1-Mar-07 18:38
Ptmk1-Mar-07 18:38 

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.