Click here to Skip to main content
15,903,831 members
Home / Discussions / C#
   

C#

 
AnswerRe: I need to create 150 variable names....need an efficient way of doing it Pin
Sundeepan Sen19-Feb-10 5:12
Sundeepan Sen19-Feb-10 5:12 
AnswerRe: I need to create 150 variable names....need an efficient way of doing it Pin
monstale19-Feb-10 5:15
monstale19-Feb-10 5:15 
GeneralRe: I need to create 150 variable names....need an efficient way of doing it Pin
Sundeepan Sen19-Feb-10 5:42
Sundeepan Sen19-Feb-10 5:42 
GeneralRe: I need to create 150 variable names....need an efficient way of doing it Pin
harold aptroot19-Feb-10 5:16
harold aptroot19-Feb-10 5:16 
GeneralRe: I need to create 150 variable names....need an efficient way of doing it Pin
Dave Kreskowiak19-Feb-10 9:08
mveDave Kreskowiak19-Feb-10 9:08 
AnswerRe: I need to create 150 variable names....need an efficient way of doing it Pin
dan!sh 19-Feb-10 10:03
professional dan!sh 19-Feb-10 10:03 
GeneralRe: I need to create 150 variable names....need an efficient way of doing it Pin
Sundeepan Sen19-Feb-10 13:43
Sundeepan Sen19-Feb-10 13:43 
QuestionI want to romove all input tag from html Pin
Qasim198419-Feb-10 3:30
professionalQasim198419-Feb-10 3:30 
Dear Experts

I want to remove all the input tags from following html

<p>

 <input id="00000000-0000-0000-1001-000000000000" type="button" value="Customer Job ID-JobData" />

</p>

 <p>

<input id="00000000-0000-0000-1002-000000000000" type="button" value="Job Date-JobData" />

</p> 

The output html should look like 

<p>

</p>

<p>

</p>

I have tried a lot of using javascript and regexp but failed, Give me javascript code or RegExp to solve my problem please

Thanks in advance
AnswerMessage Closed Pin
19-Feb-10 3:31
stancrm19-Feb-10 3:31 
GeneralRe: I want to romove all input tag from html Pin
Qasim198419-Feb-10 3:32
professionalQasim198419-Feb-10 3:32 
GeneralRe: I want to romove all input tag from html Pin
Not Active19-Feb-10 3:38
mentorNot Active19-Feb-10 3:38 
GeneralRe: I want to romove all input tag from html Pin
Dave Kreskowiak19-Feb-10 3:39
mveDave Kreskowiak19-Feb-10 3:39 
GeneralRe: I want to romove all input tag from html Pin
Qasim198419-Feb-10 3:43
professionalQasim198419-Feb-10 3:43 
Questionhi Pin
rose251819-Feb-10 1:55
rose251819-Feb-10 1:55 
AnswerRe: hi Pin
Pete O'Hanlon19-Feb-10 2:33
mvePete O'Hanlon19-Feb-10 2:33 
AnswerRe: hi Pin
Dave Kreskowiak19-Feb-10 3:35
mveDave Kreskowiak19-Feb-10 3:35 
Question[SOLVED] IL: What are the contents of arg_0 in a static method? [modified] Pin
blackblizzard19-Feb-10 1:42
blackblizzard19-Feb-10 1:42 
AnswerRe: IL: What are the contents of arg_0 in a static method? Pin
blackblizzard19-Feb-10 1:49
blackblizzard19-Feb-10 1:49 
QuestionDrag&Drop to Windows Explorer ? Pin
Nematjon Rahmanov19-Feb-10 1:06
Nematjon Rahmanov19-Feb-10 1:06 
QuestionGet Client Browser Time on server side Pin
sher_azam19-Feb-10 0:45
sher_azam19-Feb-10 0:45 
AnswerRe: Get Client Browser Time on server side Pin
J4amieC19-Feb-10 0:57
J4amieC19-Feb-10 0:57 
GeneralRe: Get Client Browser Time on server side Pin
sher_azam19-Feb-10 1:04
sher_azam19-Feb-10 1:04 
GeneralRe: Get Client Browser Time on server side Pin
J4amieC19-Feb-10 1:09
J4amieC19-Feb-10 1:09 
QuestionRegular expression [modified] Pin
Eduard Keilholz19-Feb-10 0:08
Eduard Keilholz19-Feb-10 0:08 
AnswerRe: Regular expression Pin
Not Active19-Feb-10 0:37
mentorNot Active19-Feb-10 0:37 

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.