Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# code to search text/string in word doc and get page number Pin
Nitin Varshneya 220-Nov-12 17:59
Nitin Varshneya 220-Nov-12 17:59 
GeneralRe: c# code to search text/string in word doc and get page number Pin
Richard MacCutchan20-Nov-12 21:18
mveRichard MacCutchan20-Nov-12 21:18 
QuestionC# and BitBLT Pin
C-P-User-319-Nov-12 10:04
C-P-User-319-Nov-12 10:04 
AnswerRe: C# and BitBLT Pin
Gerry Schmitz19-Nov-12 21:57
mveGerry Schmitz19-Nov-12 21:57 
GeneralRe: C# and BitBLT Pin
C-P-User-320-Nov-12 8:06
C-P-User-320-Nov-12 8:06 
GeneralRe: C# and BitBLT Pin
Pete O'Hanlon20-Nov-12 8:35
mvePete O'Hanlon20-Nov-12 8:35 
GeneralRe: C# and BitBLT Pin
Gerry Schmitz20-Nov-12 11:50
mveGerry Schmitz20-Nov-12 11:50 
QuestionHow can i get the innertext from div which hasnt id Pin
Gokce Sezgin19-Nov-12 9:17
Gokce Sezgin19-Nov-12 9:17 
I wanna get the innertext from the html but some divs has not an id. And i cant reach then.. for example in this code how can i get 'İnşaat Mühendisliği' etc.

XML
<div class="liste">
                        <div style="width:90px;">&nbsp;</div>
                        <div style="width:160px;"><a id="ctl00_cphAlt_rpKisiListesi_ctl00_lbAdGuid" href="javascript:__doPostBack('ctl00$cphAlt$rpKisiListesi$ctl00$lbAdGuid','')">Abdulkerim Gökbulut</a>&nbsp;</div>
                        <div style="width:250px;">İnşaat Fakültesi&nbsp;</div>
                        <div style="width:250px;">İnşaat Mühendisliği&nbsp;</div>
                    </div>

                    <div class="liste">
                        <div style="width:90px;">&nbsp;</div>
                        <div style="width:160px;"><a id="ctl00_cphAlt_rpKisiListesi_ctl01_lbAdGuid" href="javascript:__doPostBack('ctl00$cphAlt$rpKisiListesi$ctl01$lbAdGuid','')">A.  Buğrahan Gökso...</a>&nbsp;</div>
                        <div style="width:250px;">İnşaat Fakültesi&nbsp;</div>
                        <div style="width:250px;">İnşaat Mühendisliği&nbsp;</div>
                    </div>

                    <div class="liste">
                        <div style="width:90px;">&nbsp;</div>
                        <div style="width:160px;"><a id="ctl00_cphAlt_rpKisiListesi_ctl02_lbAdGuid" href="javascript:__doPostBack('ctl00$cphAlt$rpKisiListesi$ctl02$lbAdGuid','')">Abdulmecit Gökçe</a>&nbsp;</div>
                        <div style="width:250px;">Fen Bilimleri Enstitüsü&nbsp;</div>
                        <div style="width:250px;">Moleküler Biyoloji ve Genetik&nbsp;</div>
                    </div>

AnswerRe: How can i get the innertext from div which hasnt id Pin
Pete O'Hanlon19-Nov-12 9:18
mvePete O'Hanlon19-Nov-12 9:18 
JokeRe: How can i get the innertext from div which hasnt id Pin
Peter_in_278019-Nov-12 11:18
professionalPeter_in_278019-Nov-12 11:18 
AnswerRe: How can i get the innertext from div which hasnt id Pin
askwjun19-Nov-12 20:42
askwjun19-Nov-12 20:42 
AnswerRe: How can i get the innertext from div which hasnt id Pin
Bernhard Hiller19-Nov-12 21:55
Bernhard Hiller19-Nov-12 21:55 
QuestionWhat is the best tool to create UML diagrams? Pin
Vijay Kanda19-Nov-12 8:29
Vijay Kanda19-Nov-12 8:29 
AnswerRe: What is the best tool to create UML diagrams? Pin
Pete O'Hanlon19-Nov-12 8:36
mvePete O'Hanlon19-Nov-12 8:36 
GeneralRe: What is the best tool to create UML diagrams? Pin
Vijay Kanda19-Nov-12 8:54
Vijay Kanda19-Nov-12 8:54 
AnswerRe: What is the best tool to create UML diagrams? Pin
Bernhard Hiller19-Nov-12 21:57
Bernhard Hiller19-Nov-12 21:57 
AnswerRe: What is the best tool to create UML diagrams? Pin
gilvani20-Nov-12 1:02
gilvani20-Nov-12 1:02 
QuestionC# PAINT for school procet Pin
mibetty19-Nov-12 7:07
mibetty19-Nov-12 7:07 
AnswerRe: C# PAINT for school procet Pin
Richard MacCutchan19-Nov-12 8:04
mveRichard MacCutchan19-Nov-12 8:04 
AnswerRe: C# PAINT for school procet Pin
Pete O'Hanlon19-Nov-12 8:14
mvePete O'Hanlon19-Nov-12 8:14 
GeneralRe: C# PAINT for school procet Pin
mibetty19-Nov-12 11:06
mibetty19-Nov-12 11:06 
AnswerRe: C# PAINT for school procet Pin
Pascal Ganaye19-Nov-12 8:36
Pascal Ganaye19-Nov-12 8:36 
GeneralRe: C# PAINT for school procet Pin
Pete O'Hanlon19-Nov-12 8:54
mvePete O'Hanlon19-Nov-12 8:54 
AnswerRe: C# PAINT for school procet Pin
AmitGajjar20-Nov-12 19:40
professionalAmitGajjar20-Nov-12 19:40 
GeneralRe: C# PAINT for school procet Pin
Pete O'Hanlon20-Nov-12 20:26
mvePete O'Hanlon20-Nov-12 20:26 

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.