Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Intermittent paint problem Pin
Super Lloyd7-Jul-09 1:24
Super Lloyd7-Jul-09 1:24 
Questionhow can i read mail programmatically bu C# Pin
khosnur6-Jul-09 23:10
khosnur6-Jul-09 23:10 
AnswerRe: how can i read mail programmatically bu C# Pin
Mycroft Holmes6-Jul-09 23:16
professionalMycroft Holmes6-Jul-09 23:16 
QuestionHow to search a perticular item in the ListView, the ListVIew is in details mode Pin
Murlai6-Jul-09 22:38
Murlai6-Jul-09 22:38 
AnswerRe: How to search a perticular item in the ListView, the ListVIew is in details mode Pin
Henry Minute6-Jul-09 22:58
Henry Minute6-Jul-09 22:58 
QuestionStream XML to HttpWebRequest Pin
007_Stu6-Jul-09 22:16
007_Stu6-Jul-09 22:16 
QuestionGetting data from dyamic generated DataGridView in another form Pin
runli6-Jul-09 21:21
runli6-Jul-09 21:21 
AnswerRe: Getting data from dyamic generated DataGridView in another form Pin
dan!sh 6-Jul-09 22:34
professional dan!sh 6-Jul-09 22:34 

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.