Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reading word document in asp.net Pin
Christian Graus7-Jul-09 1:46
protectorChristian Graus7-Jul-09 1:46 
Questionmerging byt[] in c# Pin
GauravKP7-Jul-09 1:42
professionalGauravKP7-Jul-09 1:42 
AnswerRe: merging byt[] in c# Pin
Christian Graus7-Jul-09 1:48
protectorChristian Graus7-Jul-09 1:48 
AnswerRe: merging byt[] in c# Pin
DaveyM697-Jul-09 1:56
professionalDaveyM697-Jul-09 1:56 
Questiontic tak toe Pin
Mostafa&Messi7-Jul-09 0:46
Mostafa&Messi7-Jul-09 0:46 
GeneralRe: tic tak toe PinPopular
Pete O'Hanlon7-Jul-09 0:47
mvePete O'Hanlon7-Jul-09 0:47 
AnswerRe: tic tak toe Pin
Rajesh R Subramanian7-Jul-09 0:49
professionalRajesh R Subramanian7-Jul-09 0:49 
GeneralRe: tic tak toe Pin
OriginalGriff7-Jul-09 1:01
mveOriginalGriff7-Jul-09 1:01 
AnswerRe: tic tak toe PinPopular
Christian Graus7-Jul-09 1:08
protectorChristian Graus7-Jul-09 1:08 
GeneralRe: tic tak toe Pin
dan!sh 7-Jul-09 1:10
professional dan!sh 7-Jul-09 1:10 
GeneralRe: tic tak toe Pin
Pete O'Hanlon7-Jul-09 1:23
mvePete O'Hanlon7-Jul-09 1:23 
GeneralRe: tic tak toe Pin
Christian Graus7-Jul-09 1:34
protectorChristian Graus7-Jul-09 1:34 
AnswerRe: tic tak toe Pin
PIEBALDconsult7-Jul-09 4:08
mvePIEBALDconsult7-Jul-09 4:08 
AnswerRe: tic tak toe Pin
0x3c07-Jul-09 5:29
0x3c07-Jul-09 5:29 
AnswerRe: tic tak toe Pin
Huxley Stronghead9-Jul-09 5:08
Huxley Stronghead9-Jul-09 5:08 
QuestionHow to change the html text on fly? Pin
svt gdwl7-Jul-09 0:36
svt gdwl7-Jul-09 0:36 
Hi,
I want to get the text of an html page using a simple application in c#?
If there are nested elements
ie.,
<Table>
<TR>
<TD>ABC
</TD>
<TD>1
</TD>
</TR>
<TR>
<TD>XYZ
</TD>
<TD>2
</TD>
</TR>
</Table>

How can I get the text(bold) directly without using a foreach loop?

ie.,
<Table>
<TR>
<TD>Work
</TD>
<TD>1
</TD>
</TR>
<TR>
<TD>Cost
</TD>
<TD>2
</TD>
</TR>
</Table>
How can I change the ABC to Work and XYZ to Cost,
such that User should see directly the replaced text(i.e., Work and Cost instaed of ABC and XYZ).
AnswerRe: How to change the html text on fly? Pin
Christian Graus7-Jul-09 1:09
protectorChristian Graus7-Jul-09 1:09 
GeneralRe: How to change the html text on fly? Pin
svt gdwl7-Jul-09 1:18
svt gdwl7-Jul-09 1:18 
GeneralRe: How to change the html text on fly? Pin
Christian Graus7-Jul-09 1:22
protectorChristian Graus7-Jul-09 1:22 
GeneralRe: How to change the html text on fly? Pin
Eddy Vluggen7-Jul-09 1:36
professionalEddy Vluggen7-Jul-09 1:36 
QuestionIntermittent paint problem Pin
kanchoette7-Jul-09 0:32
kanchoette7-Jul-09 0:32 
AnswerRe: Intermittent paint problem Pin
Super Lloyd7-Jul-09 1:03
Super Lloyd7-Jul-09 1:03 
GeneralRe: Intermittent paint problem Pin
kanchoette7-Jul-09 1:07
kanchoette7-Jul-09 1:07 
GeneralRe: Intermittent paint problem Pin
Super Lloyd7-Jul-09 1:22
Super Lloyd7-Jul-09 1:22 
AnswerRe: Intermittent paint problem Pin
Christian Graus7-Jul-09 1:10
protectorChristian Graus7-Jul-09 1:10 

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.