Click here to Skip to main content
15,898,819 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to implement zoom operations in C# Pin
rryyjw13-Sep-06 23:06
rryyjw13-Sep-06 23:06 
QuestionButton Control C# Pin
oskardiazdeleon13-Sep-06 20:39
oskardiazdeleon13-Sep-06 20:39 
Questionsession management Pin
govind kanidapu13-Sep-06 19:51
govind kanidapu13-Sep-06 19:51 
AnswerRe: session management Pin
Christian Graus13-Sep-06 19:59
protectorChristian Graus13-Sep-06 19:59 
Questionhi,plz help (how can i access to xml node) Pin
premkamalg13-Sep-06 19:00
premkamalg13-Sep-06 19:00 
AnswerRe: hi,plz help (how can i access to xml node) Pin
Christian Graus13-Sep-06 19:10
protectorChristian Graus13-Sep-06 19:10 
GeneralThanks ,but let me knoe any wrong in my code Pin
premkamalg13-Sep-06 21:24
premkamalg13-Sep-06 21:24 
GeneralRe: Thanks ,but let me knoe any wrong in my code Pin
Christian Graus13-Sep-06 21:34
protectorChristian Graus13-Sep-06 21:34 
foreach(XmlNode node in doc.SelectNodes("//details/add/addr"))

Well, to be honest, I see no sign that you've done anything I've told you to do, to date. Your nodes are still named addr1, addr2 and addr3, which means the above XPath will never return anything. If you want the add node, then you want to use SelectSingleNode, and if you can't work out that to select the add node you need //details/add, then there's a serious problem here.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralThanks Christian Pin
premkamalg14-Sep-06 0:31
premkamalg14-Sep-06 0:31 
QuestionWhat does this mean???? Pin
saud_a_k13-Sep-06 18:42
saud_a_k13-Sep-06 18:42 
AnswerRe: What does this mean???? Pin
Christian Graus13-Sep-06 19:12
protectorChristian Graus13-Sep-06 19:12 
QuestionDot Net Crystal Report Pin
peshawarcoder13-Sep-06 17:58
peshawarcoder13-Sep-06 17:58 
AnswerRe: Dot Net Crystal Report Pin
iqazi14-Sep-06 3:03
iqazi14-Sep-06 3:03 
GeneralRe: Dot Net Crystal Report Pin
peshawarcoder14-Sep-06 19:38
peshawarcoder14-Sep-06 19:38 
QuestionQuestion about grabbing webpage using WebBrowser Control. [modified] Pin
rryyjw13-Sep-06 17:57
rryyjw13-Sep-06 17:57 
QuestionHow do I manipulate certain windows services? Pin
Muhammad Kanji13-Sep-06 14:40
Muhammad Kanji13-Sep-06 14:40 
AnswerRe: How do I manipulate certain windows services? Pin
Andrei Ungureanu13-Sep-06 21:28
Andrei Ungureanu13-Sep-06 21:28 
Questionlist Box Pin
TAREQ F ABUZUHRI13-Sep-06 14:08
TAREQ F ABUZUHRI13-Sep-06 14:08 
AnswerRe: list Box Pin
Nader Elshehabi13-Sep-06 14:17
Nader Elshehabi13-Sep-06 14:17 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI13-Sep-06 14:35
TAREQ F ABUZUHRI13-Sep-06 14:35 
GeneralRe: list Box Pin
Nader Elshehabi13-Sep-06 14:43
Nader Elshehabi13-Sep-06 14:43 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI13-Sep-06 15:05
TAREQ F ABUZUHRI13-Sep-06 15:05 
Answerhi see this link Pin
premkamalg13-Sep-06 19:05
premkamalg13-Sep-06 19:05 
GeneralRe: list Box Pin
mav.northwind14-Sep-06 8:59
mav.northwind14-Sep-06 8:59 
GeneralRe: list Box Pin
TAREQ F ABUZUHRI14-Sep-06 6:03
TAREQ F ABUZUHRI14-Sep-06 6:03 

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.