Click here to Skip to main content
15,906,097 members
Home / Discussions / C#
   

C#

 
QuestionHow to Modifying app.config During Installation Pin
sathish1719-Nov-12 20:35
sathish1719-Nov-12 20:35 
SuggestionRe: How to Modifying app.config During Installation Pin
n.podbielski20-Nov-12 2:05
n.podbielski20-Nov-12 2:05 
AnswerRe: How to Modifying app.config During Installation Pin
BobJanova20-Nov-12 5:12
BobJanova20-Nov-12 5:12 
AnswerRe: How to Modifying app.config During Installation Pin
jschell20-Nov-12 12:25
jschell20-Nov-12 12:25 
AnswerRe: How to Modifying app.config During Installation Pin
Jay Nardev20-Nov-12 21:50
Jay Nardev20-Nov-12 21:50 
QuestionHOW TO SOLVE CRYSTAL REPORT "Load Report Failed" Pin
MAHAMADLATIF HASAN SANADI19-Nov-12 18:59
MAHAMADLATIF HASAN SANADI19-Nov-12 18:59 
AnswerRe: HOW TO SOLVE CRYSTAL REPORT "Load Report Failed" Pin
OriginalGriff19-Nov-12 20:45
mveOriginalGriff19-Nov-12 20:45 
QuestionHOW TO CREATE RDLC REPORT IN C# USING SQL 2005 Pin
MAHAMADLATIF HASAN SANADI19-Nov-12 18:35
MAHAMADLATIF HASAN SANADI19-Nov-12 18:35 
AnswerRe: HOW TO CREATE RDLC REPORT IN C# USING SQL 2005 Pin
OriginalGriff19-Nov-12 20:45
mveOriginalGriff19-Nov-12 20:45 
AnswerRe: HOW TO CREATE RDLC REPORT IN C# USING SQL 2005 Pin
Jay Nardev20-Nov-12 21:57
Jay Nardev20-Nov-12 21:57 
Questionc# code to search text/string in word doc and get page number Pin
Nitin Varshneya 219-Nov-12 17:29
Nitin Varshneya 219-Nov-12 17:29 
AnswerRe: c# code to search text/string in word doc and get page number Pin
Richard MacCutchan19-Nov-12 23:11
mveRichard MacCutchan19-Nov-12 23:11 
GeneralRe: c# code to search text/string in word doc and get page number Pin
Nitin Varshneya 219-Nov-12 23:21
Nitin Varshneya 219-Nov-12 23:21 
GeneralRe: c# code to search text/string in word doc and get page number Pin
Richard MacCutchan19-Nov-12 23:59
mveRichard MacCutchan19-Nov-12 23:59 
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 

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.